Values_1.OidcOptionsSourceDescribes the options for an OpenID Connect-compatible user-identity trust provider.
type nonrec t = {issuer : Values_0.String_.t option;The OIDC issuer.
*)tokenEndpoint : Values_0.String_.t option;The OIDC token endpoint.
*)userInfoEndpoint : Values_0.String_.t option;The OIDC user info endpoint.
*)clientId : Values_0.String_.t option;The client identifier.
*)clientSecret : Values_0.ClientSecretType.t option;The client secret.
*)scope : Values_0.String_.t option;The OpenID Connect (OIDC) scope specified.
*)}