RegistrationInitResponse constructor

RegistrationInitResponse(
  1. RelyingParty rp,
  2. User user,
  3. String challenge,
  4. AuthenticatorSelection authenticatorSelection, {
  5. List<PubKeyCredParam>? pubKeyCredParams,
  6. int? timeout,
  7. String? attestation,
})

Implementation

RegistrationInitResponse(
  this.rp,
  this.user,
  this.challenge,
  this.authenticatorSelection, {
  this.pubKeyCredParams,
  this.timeout,
  this.attestation,
});