Class RegistrationResponseJSON
- Namespace
- CSharpToJavaScript.APIs.JS
- Assembly
- CSharpToJavaScript.dll
[ToObject]
public class RegistrationResponseJSON
- Inheritance
-
RegistrationResponseJSON
- Inherited Members
-
Constructors
RegistrationResponseJSON()
public RegistrationResponseJSON()
Fields
AuthenticatorAttachment
[Value("authenticatorAttachment")]
public string AuthenticatorAttachment
Field Value
- string
ClientExtensionResults
[Value("clientExtensionResults")]
public required AuthenticationExtensionsClientOutputsJSON ClientExtensionResults
Field Value
- AuthenticationExtensionsClientOutputsJSON
Id
[Value("id")]
public required string Id
Field Value
- string
RawId
[Value("rawId")]
public required string RawId
Field Value
- string
Response
[Value("response")]
public required AuthenticatorAttestationResponseJSON Response
Field Value
- AuthenticatorAttestationResponseJSON
Type
[Value("type")]
public required string Type
Field Value
- string