Class IdentityCredentialRequestOptions
- Namespace
- CSharpToJavaScript.APIs.JS
- Assembly
- CSharpToJavaScript.dll
NOTE
ExperimentalIdentityCredentialRequestOptions dictionary represents the object passed to Get(CredentialRequestOptions) as the value of the identity option.
[ToObject]
public class IdentityCredentialRequestOptions
- Inheritance
-
IdentityCredentialRequestOptions
- Inherited Members
Remarks
When an identity option is provided in a get() call made on a Relying party (RP) website, the user is offered a list of identity provider (IdPs) as sign-in options. Once the user signs in successfully using one of these options, the promise returned by the get() call returns an IdentityCredential object.
Constructors
IdentityCredentialRequestOptions()
public IdentityCredentialRequestOptions()
Fields
Context
[Value("context")]
public IdentityCredentialRequestOptionsContext Context
Field Value
Mode
[Value("mode")]
public IdentityCredentialRequestOptionsMode Mode
Field Value
Providers
[Value("providers")]
public required List<IdentityProviderRequestOptions> Providers