fix: aud
This commit is contained in:
parent
9d8fc4fe8a
commit
a731a46ccf
4 changed files with 17 additions and 14 deletions
|
@ -31,6 +31,7 @@ type OPStorage interface {
|
|||
GetUserinfoFromScopes(context.Context, string, []string) (*oidc.Userinfo, error)
|
||||
GetUserinfoFromToken(context.Context, string, string) (*oidc.Userinfo, error)
|
||||
GetKeysByServiceAccount(ctx context.Context, id string) (*jose.JSONWebKeySet, error)
|
||||
GetKeyByID(ctx context.Context, keyID string) (*jose.JSONWebKeySet, error)
|
||||
}
|
||||
|
||||
type Storage interface {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue