Table of Contents

Class AuthenticatorAttestationResponseJSON

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

Constructors

AuthenticatorAttestationResponseJSON()

public AuthenticatorAttestationResponseJSON()

Fields

AttestationObject

[Value("attestationObject")]
public required string AttestationObject

Field Value

string

AuthenticatorData

[Value("authenticatorData")]
public required string AuthenticatorData

Field Value

string

ClientDataJSON

[Value("clientDataJSON")]
public required string ClientDataJSON

Field Value

string

PublicKey

[Value("publicKey")]
public string PublicKey

Field Value

string

PublicKeyAlgorithm

[Value("publicKeyAlgorithm")]
public required long PublicKeyAlgorithm

Field Value

long

Transports

[Value("transports")]
public required List<string> Transports

Field Value

List<string>