Class AuthenticationResponseJSON
- Namespace
- CSharpToJavaScript.APIs.JS
- Assembly
- CSharpToJavaScript.dll
[ToObject]
public class AuthenticationResponseJSON
- Inheritance
-
AuthenticationResponseJSON
- Inherited Members
-
Constructors
AuthenticationResponseJSON()
public AuthenticationResponseJSON()
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 AuthenticatorAssertionResponseJSON Response
Field Value
- AuthenticatorAssertionResponseJSON
Type
[Value("type")]
public required string Type
Field Value
- string