AttestationResponse constructor

AttestationResponse(
  1. String clientDataJSON,
  2. String attestationObject
)

Implementation

AttestationResponse(this.clientDataJSON, this.attestationObject);