Skip to content

Commit

Permalink
sdk: Add ListUserConsentSessions to OAuth2API interface (#977)
Browse files Browse the repository at this point in the history
Signed-off-by: Claus Denk <denk@us.es>
  • Loading branch information
androbi-com authored and arekkas committed Aug 8, 2018
1 parent 123e37e commit 1bd8ab7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions sdk/go/hydra/sdk_api.go
Original file line number Diff line number Diff line change
Expand Up @@ -57,5 +57,6 @@ type OAuth2API interface {
RevokeOAuth2Token(token string) (*swagger.APIResponse, error)
UpdateOAuth2Client(id string, body swagger.OAuth2Client) (*swagger.OAuth2Client, *swagger.APIResponse, error)

ListUserConsentSessions(user string) ([]swagger.PreviousConsentSession, *swagger.APIResponse, error)
FlushInactiveOAuth2Tokens(body swagger.FlushInactiveOAuth2TokensRequest) (*swagger.APIResponse, error)
}

0 comments on commit 1bd8ab7

Please sign in to comment.