UserRegistrationChallenge constructor

UserRegistrationChallenge(
  1. String temporaryAuthenticationToken,
  2. RelyingParty rp,
  3. UserInformation user,
  4. SupportedCredentialKinds supportedCredentialKinds,
  5. String otpUrl,
  6. String challenge,
  7. AuthenticatorSelectionCriteria authenticatorSelection,
  8. String attestation,
  9. List<PublicKeyCredentialParameters> pubKeyCredParams,
  10. List<PublicKeyCredentialDescriptor> excludeCredentials,
)

Implementation

UserRegistrationChallenge(
  this.temporaryAuthenticationToken,
  this.rp,
  this.user,
  this.supportedCredentialKinds,
  this.otpUrl,
  this.challenge,
  this.authenticatorSelection,
  this.attestation,
  this.pubKeyCredParams,
  this.excludeCredentials,
);