A configuration for the oauth authentication provider.
Report a problem
An HTTP client instance used to make requests to the OAuth server.
is the name of the provider, or null for a default provider.
null
A lookup function to find OAuth server settings for the particular call.
Specifies a redirect route that is opened when authorization is completed.
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).
true