Table of Contents

Class PublicKeyCredentialRequestOptions

Namespace
CSharpToJavaScript.APIs.JS
Assembly
CSharpToJavaScript.dll

The PublicKeyCredentialRequestOptions dictionary represents the object passed to Get(CredentialRequestOptions) as the value of the publicKey option.

[ToObject]
public class PublicKeyCredentialRequestOptions
Inheritance
PublicKeyCredentialRequestOptions
Inherited Members

Remarks

It is used to request a PublicKeyCredential provided by an {{glossary("authenticator")}} that supports the Web Authentication API.

See also on MDN

Constructors

PublicKeyCredentialRequestOptions()

public PublicKeyCredentialRequestOptions()

Fields

AllowCredentials

[Value("allowCredentials")]
public List<PublicKeyCredentialDescriptor> AllowCredentials

Field Value

List<PublicKeyCredentialDescriptor>

Challenge

[Value("challenge")]
public required Union224 Challenge

Field Value

Union224

Extensions

[Value("extensions")]
public AuthenticationExtensionsClientInputs Extensions

Field Value

AuthenticationExtensionsClientInputs

Hints

[Value("hints")]
public List<string> Hints

Field Value

List<string>

RpId

[Value("rpId")]
public string RpId

Field Value

string

Timeout

[Value("timeout")]
public ulong Timeout

Field Value

ulong

UserVerification

[Value("userVerification")]
public string UserVerification

Field Value

string