package
0.24.2
Repository: https://github.com/peripli/service-manager.git
Documentation: pkg.go.dev

# 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.