PasskeySignUpResponse constructor

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

Implementation

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