# Packages
No description provided by the author
# Functions
Authenticate returns a nil error and the AuthClaims info (if available) if the subject is authenticated or a.
Authenticate2 ...
DefaultAuthenticatorOpts returns the default authenticator options.
WithBasicSchema sets the basic authentication schema for the authenticator.
WithOIDCSchema sets the OIDC authentication schema for the authenticator.
WithSchema sets the authentication schema for the authenticator.
# Variables
No description provided by the author
No description provided by the author
# Structs
AuthClaims contains claims that are included in OIDC standard claims.
AuthenticatorOpts is a function that sets the configuration for the authenticator.
No description provided by the author
OidcConfig contains authorization server metadata.
# Interfaces
Authenticator is an interface for authenticating a subject.
OIDCAuthenticator is an interface for OIDC authentication.
# Type aliases
AuthenticatorOpt is a function that sets the configuration for the authenticator.