Config
A configuration for the bearer authentication provider.
Constructors
Functions
Link copied to clipboard
Exchanges the token for a Principal.
Link copied to clipboard
Retrieves an HTTP authentication header. By default, it parses the Authorization
header content.
Link copied to clipboard
Provide the auth schemes accepted when validating the authentication. By default, it accepts the "Bearer" scheme.
Link copied to clipboard
Adds an authentication filter to the list. For every application call the specified predicate is applied and if it returns true
then the authentication provider is skipped (no auth required for this call with this provider).