Documentation ¶
Index ¶
Constants ¶
View Source
const ( TypeLabelValue = "access-token" ErrInvalidAccessTokenRequestVersion = constable.Error("access token request data has wrong version") ErrInvalidAccessTokenRequestData = constable.Error("access token request data must be present") )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type RevocationStorage ¶
type RevocationStorage interface { fositeoauth2.AccessTokenStorage RevokeAccessToken(ctx context.Context, requestID string) error }
func New ¶
func New(secrets corev1client.SecretInterface, clock func() time.Time, sessionStorageLifetime timeouts.StorageLifetime) RevocationStorage
Click to show internal directories.
Click to hide internal directories.