PasskeySignUpResponse constructor
PasskeySignUpResponse(
- String id,
- String rawId,
- AttestationResponse response
Implementation
PasskeySignUpResponse(this.id, this.rawId, this.response);