remove suggestion that CreateAccessToken could be called with retrun from AuthStorage.TokenRequestByRefreshToken

This commit is contained in:
David Sharnoff 2022-08-01 16:06:39 -07:00
parent e7c3144a6e
commit 67aedbf68f

View file

@ -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