JWTTokenRequest is a pointer
This commit is contained in:
parent
2f87e5de27
commit
a304b66d42
1 changed files with 1 additions and 1 deletions
|
@ -20,7 +20,7 @@ type AuthStorage interface {
|
|||
// - TokenRequest as returned by ClientCredentialsStorage.ClientCredentialsTokenRequest
|
||||
// - RefreshTokenRequest as returned by AuthStorage.TokenRequestByRefreshToken
|
||||
// - AuthRequest as returned one of the AuthStorage methods above
|
||||
// - oidc.JWTTokenRequest created by decoding a JWT
|
||||
// - *oidc.JWTTokenRequest created by decoding a JWT
|
||||
CreateAccessToken(context.Context, TokenRequest) (string, time.Time, error)
|
||||
|
||||
// The TokenRequest parameter of CreateAccessAndRefreshTokens can be any of:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue