UserActionChallenge constructor

UserActionChallenge(
  1. String attestation,
  2. String userVerification,
  3. String externalAuthenticationUrl,
  4. String challenge,
  5. String challengeIdentifier,
  6. RelyingParty rp,
  7. List<SupportedCredentialKinds2> supportedCredentialKinds,
  8. AllowCredentials allowCredentials,
)

Implementation

UserActionChallenge(
  this.attestation,
  this.userVerification,
  this.externalAuthenticationUrl,
  this.challenge,
  this.challengeIdentifier,
  this.rp,
  this.supportedCredentialKinds,
  this.allowCredentials,
);