Merge branch 'master' into serializing
# Conflicts: # example/internal/mock/storage.go # pkg/op/mock/storage.mock.go # pkg/op/storage.go
This commit is contained in:
commit
8be8306511
6 changed files with 12 additions and 8 deletions
|
@ -29,7 +29,7 @@ type OPStorage interface {
|
|||
GetClientByClientID(context.Context, string) (Client, error)
|
||||
AuthorizeClientIDSecret(context.Context, string, string) error
|
||||
GetUserinfoFromScopes(context.Context, string, string, []string) (oidc.UserInfo, error)
|
||||
GetUserinfoFromToken(context.Context, string, string) (oidc.UserInfo, error)
|
||||
GetUserinfoFromToken(ctx context.Context, tokenID, subject, origin string) (oidc.UserInfo, error)
|
||||
GetPrivateClaimsFromScopes(context.Context, string, string, []string) (map[string]interface{}, error)
|
||||
GetKeyByIDAndUserID(ctx context.Context, keyID, userID string) (*jose.JSONWebKey, error)
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue