Values_3.CreateVerifiedAccessTrustProviderOidcOptionsSourceDescribes the options when creating an Amazon Web Services Verified Access trust provider using the user type.
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.
*)}