PasskeySignUpResponse constructor

PasskeySignUpResponse(
  1. String id,
  2. String rawId,
  3. AttestationResponse response
)

Creates a response from its id, rawId and attestation response.

Implementation

PasskeySignUpResponse(this.id, this.rawId, this.response);