AttestationResponse constructor

AttestationResponse(
  1. String clientDataJSON,
  2. String attestationObject,
  3. List<String> transports
)

Creates an attestation response from its fields.

Implementation

AttestationResponse(
  this.clientDataJSON,
  this.attestationObject,
  this.transports,
);