# Functions
BasicOSBAuthenticator attempts to authenticate basic auth requests with provided broker platform credentials.
BasicPlatformAuthenticator attempts to authenticate basic auth requests with provided platform credentials.
NewOIDCAuthenticator returns a new OpenID authenticator or an error if one couldn't be configured.
# Structs
Basic for basic security.
OauthAuthenticator is the OpenID implementation of security.Authenticator.
OIDCOptions is the configuration used to construct a new OIDC authenticator.
# Type aliases
BasicAuthenticatorFunc defines a function which attempts to authenticate a basic auth request.