Values.TrustedTokenIssuerConfigurationSourceA structure that describes the configuration of a trusted token issuer. The structure and available settings are determined by the type of the trusted token issuer.
type nonrec t = {oidcJwtConfiguration : OidcJwtConfiguration.t option;A structure that describes the settings for a trusted token issuer that works with OpenID Connect (OIDC) by using JSON Web Tokens (JWT).
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Structure of
(string
* [> `Enum of string | `String of TrustedTokenIssuerUrl.t ])
list ])
list ]