Table of Contents

Class PublicKeyCredentialRequestOptionsJSON

Namespace
CSharpToJavaScript.APIs.JS
Assembly
CSharpToJavaScript.dll
[ToObject]
public class PublicKeyCredentialRequestOptionsJSON
Inheritance
PublicKeyCredentialRequestOptionsJSON
Inherited Members

Constructors

PublicKeyCredentialRequestOptionsJSON()

public PublicKeyCredentialRequestOptionsJSON()

Fields

AllowCredentials

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

Field Value

List<PublicKeyCredentialDescriptorJSON>

Challenge

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

Field Value

string

Extensions

[Value("extensions")]
public AuthenticationExtensionsClientInputsJSON Extensions

Field Value

AuthenticationExtensionsClientInputsJSON

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