Values_3.ModifyVerifiedAccessTrustProviderOidcOptionsSourceOptions 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;OpenID Connect (OIDC) scopes are used by an application during authentication to authorize access to a user's details. Each scope returns a specific set of user attributes.
*)}