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