Table of Contents

Class IdentityCredentialRequestOptions

Namespace
CSharpToJavaScript.APIs.JS
Assembly
CSharpToJavaScript.dll
NOTE
Experimental
The IdentityCredentialRequestOptions 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.

See also on MDN

Constructors

IdentityCredentialRequestOptions()

public IdentityCredentialRequestOptions()

Fields

Context

[Value("context")]
public IdentityCredentialRequestOptionsContext Context

Field Value

IdentityCredentialRequestOptionsContext

Mode

[Value("mode")]
public IdentityCredentialRequestOptionsMode Mode

Field Value

IdentityCredentialRequestOptionsMode

Providers

[Value("providers")]
public required List<IdentityProviderRequestOptions> Providers

Field Value

List<IdentityProviderRequestOptions>