OptionalclientClient authentication method used when communicating with the token endpoint.
OptionalclientClient identifier of the application registered in MonoCloud.
OptionalclientClient secret or key material used for client authentication.
When clientAuthMethod is client_secret_jwt and a plain-text secret is provided, the default signing algorithm is HS256.
To use a different algorithm, provide a symmetric JSON Web Key (JWK) (kty: "oct") with the desired algorithm specified in its alg property.
OptionalclockNumber of seconds to adjust the current time to account for clock differences.
OptionalclockAdditional time tolerance in seconds for time-based claim validation.
OptionalfetcherOptional custom fetch implementation used for network requests.
Optionalinit: RequestInitOptionalinit: RequestInitOptionalgroupOptions for group membership validation applied to all token validations performed by this client.
OptionaljwksDuration (in seconds) to cache the JSON Web Key Set (JWKS) retrieved from the authorization server.
OptionalmetadataDuration (in seconds) to cache OpenID Connect discovery metadata.
Configuration options used to initialize the MonoCloudOidcBackendClient.