AuthenticationResponseJSON constructor

AuthenticationResponseJSON({
  1. String? id,
  2. String? rawId,
  3. AuthenticatorAssertionResponseJSON? response,
  4. String? authenticatorAttachment,
  5. AuthenticationExtensionsClientOutputsJSON? clientExtensionResults,
  6. String? type,
})

Implementation

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