AuthenticationResponseJSON constructor
AuthenticationResponseJSON({
- String? id,
- String? rawId,
- AuthenticatorAssertionResponseJSON? response,
- String? authenticatorAttachment,
- AuthenticationExtensionsClientOutputsJSON? clientExtensionResults,
- String? type,
Implementation
external factory AuthenticationResponseJSON(
{String? id,
String? rawId,
AuthenticatorAssertionResponseJSON? response,
String? authenticatorAttachment,
AuthenticationExtensionsClientOutputsJSON? clientExtensionResults,
String? type});