AuthenticatorAttestationResponse constructor

AuthenticatorAttestationResponse(
  1. Uint8List attestationObject,
  2. Uint8List clientDataJson,
  3. List<String> transports
)

Implementation

AuthenticatorAttestationResponse(
  this.attestationObject,
  this.clientDataJson,
  this.transports
);