Documentation ¶
Index ¶
Constants ¶
View Source
const ( TypeLabelValue = "refresh-token" ErrInvalidRefreshTokenRequestVersion = constable.Error("refresh token request data has wrong version") ErrInvalidRefreshTokenRequestData = constable.Error("refresh token request data must be present") )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type RevocationStorage ¶
type RevocationStorage interface { oauth2.RefreshTokenStorage RevokeRefreshToken(ctx context.Context, requestID string) error }
func New ¶
func New(secrets corev1client.SecretInterface, clock func() time.Time, sessionStorageLifetime time.Duration) RevocationStorage
Click to show internal directories.
Click to hide internal directories.