fix: storage interface
This commit is contained in:
parent
a731a46ccf
commit
17a72ccc97
1 changed files with 0 additions and 1 deletions
|
@ -30,7 +30,6 @@ type OPStorage interface {
|
||||||
AuthorizeClientIDSecret(context.Context, string, string) error
|
AuthorizeClientIDSecret(context.Context, string, string) error
|
||||||
GetUserinfoFromScopes(context.Context, string, []string) (*oidc.Userinfo, error)
|
GetUserinfoFromScopes(context.Context, string, []string) (*oidc.Userinfo, error)
|
||||||
GetUserinfoFromToken(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)
|
GetKeyByID(ctx context.Context, keyID string) (*jose.JSONWebKeySet, error)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue