UserRegistrationChallenge constructor

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

Implementation

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