Values_3.CreateVerifiedAccessNativeApplicationOidcOptionsSourceDescribes the OpenID Connect (OIDC) options.
type nonrec t = {publicSigningKeyEndpoint : Values_0.String_.t option;The public signing key endpoint.
*)issuer : Values_0.String_.t option;The OIDC issuer identifier of the IdP.
*)tokenEndpoint : Values_0.String_.t option;The token endpoint of the IdP.
*)userInfoEndpoint : Values_0.String_.t option;The user info endpoint of the IdP.
*)clientId : Values_0.String_.t option;The OAuth 2.0 client identifier.
*)clientSecret : Values_0.ClientSecretType.t option;The OAuth 2.0 client secret.
*)scope : Values_0.String_.t option;The set of user claims to be requested from the IdP.
*)}