AttestationResponse constructor

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

Implementation

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