Skip to content

Commit

Permalink
oauth2: remove unused implicit grant storage
Browse files Browse the repository at this point in the history
  • Loading branch information
aeneasr committed May 24, 2017
1 parent 69f0c2f commit b55d315
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion pkg/fosite_storer.go
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ type FositeStorer interface {
fosite.Storage
oauth2.AuthorizeCodeGrantStorage
oauth2.RefreshTokenGrantStorage
oauth2.ImplicitGrantStorage
openid.OpenIDConnectRequestStorage

RevokeRefreshToken(ctx context.Context, requestID string) error
Expand Down

0 comments on commit b55d315

Please sign in to comment.