RegistrationResponseJSON constructor

RegistrationResponseJSON({
  1. required Base64URLString id,
  2. required Base64URLString rawId,
  3. required AuthenticatorAttestationResponseJSON response,
  4. String authenticatorAttachment,
  5. required AuthenticationExtensionsClientOutputsJSON clientExtensionResults,
  6. required String type,
})

Implementation

external factory RegistrationResponseJSON({
  required Base64URLString id,
  required Base64URLString rawId,
  required AuthenticatorAttestationResponseJSON response,
  String authenticatorAttachment,
  required AuthenticationExtensionsClientOutputsJSON clientExtensionResults,
  required String type,
});