AuthenticationProvider
abstract class AuthenticationProvider(config: AuthenticationProvider.Config)
Content copied to clipboard
An authentication provider with the specified name.
Constructors
Types
Functions
Link copied to clipboard
Authenticates a request based on AuthenticationContext. Implementations should either add a new AuthenticationContext.principal for successful authentication or register AuthenticationContext.challenge for failed ones.