AuthenticatorAttestationResponse constructor

AuthenticatorAttestationResponse({
  1. Uint8List? attestationObject,
  2. Uint8List? clientDataJson,
  3. Uint8List? credentialId,
})

Implementation

AuthenticatorAttestationResponse(
    {this.attestationObject, this.clientDataJson, this.credentialId});