OptionalallowDetermines whether authorization parameters should be dynamically extracted from query.
When set to true, parameters such as scope, resource, prompt etc
from the query parameters will be merged into the authentication request.
The URL of the application.
The client ID of the authenticating application.
OptionalclientOptional: The client secret of the authenticating application.
The maximum allowed clock skew (in seconds) for token validation.
A secret key that will be used for encrypting cookies.
The name of the debugger instance.
Default authorization parameters to include in authentication requests.
Determines whether the user will be logged out of the authentication service.
Array of strings representing the filtered ID token claims.
The signing algorithm that is expected to be used for signing ID tokens.
OptionaljwksJwks Cache Duration
Time in seconds to cache the JWKS document after it is fetched
OptionalmetadataMetadata Cache Duration
Time in seconds to cache the metadata document after it is fetched.
OptionalonOptional: A callback function invoked when a back-channel logout event is received.
OptionalonOptional: A callback function invoked before creating or updating the user session.
OptionalonOptional: A callback function invoked when an authentication state is being set (before sign-in).
OptionalpostOptional: The URI to redirect to after the user logs out.
Determines whether to refetch the user information from the authentication service on each request to the application's userinfo endpoint.
OptionalresourcesOptional: Additional resources that can be requested in getTokens().
The timeout (in milliseconds) for receiving responses from the authentication service.
Configuration options for the route handler URLs.
Configuration options for the user session.
Configuration options for state management during authentication.
MonoCloud tenant domain.
Determines whether to use PAR (Pushed Authorization Requests) for authorization requests.
The name of the user agent.
Determines whether to fetch the user information from the 'userinfo' endpoint during authentication.
Options for configuration MonoCloud Authentication.