WebAuthnRegisterCompleteRequest constructor

WebAuthnRegisterCompleteRequest({
  1. WebAuthnPublicKeyRegistrationRequest credential,
  2. String origin,
  3. String rpId,
  4. String userId,
})

Implementation

WebAuthnRegisterCompleteRequest(
    {this.credential, this.origin, this.rpId, this.userId});