remove suggestion that CreateAccessToken could be called with retrun from AuthStorage.TokenRequestByRefreshToken
This commit is contained in:
parent
e7c3144a6e
commit
67aedbf68f
1 changed files with 0 additions and 3 deletions
|
@ -20,9 +20,6 @@ type AuthStorage interface {
|
|||
//
|
||||
// * TokenRequest as returned by ClientCredentialsStorage.ClientCredentialsTokenRequest,
|
||||
//
|
||||
// * RefreshTokenRequest as returned by AuthStorage.TokenRequestByRefreshToken
|
||||
// (CreateAccessAndRefreshTokens will also be called)
|
||||
//
|
||||
// * AuthRequest as returned by AuthRequestByID or AuthRequestByCode (above)
|
||||
//
|
||||
// * *oidc.JWTTokenRequest from a JWT that is the assertion value of a JWT Profile
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue