OptionalclientClient authentication method
OptionalclientClient secret used for authentication.
When the client authentication method is client_secret_jwt and a plain-text secret is provided,
the default signing algorithm is HS256.
To use a different algorithm, supply a symmetric JSON Web Key (JWK) object (kty = "oct")
that specifies the desired algorithm in its alg property.
OptionalidID token signing algorithm.
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.
Options to initialize the MonoCloudClient