UserActionChallenge constructor
UserActionChallenge(
- String attestation,
- String userVerification,
- String externalAuthenticationUrl,
- String challenge,
- String challengeIdentifier,
- RelyingParty rp,
- List<
SupportedCredentialKinds2> supportedCredentialKinds, - AllowCredentials allowCredentials,
Implementation
UserActionChallenge(
this.attestation,
this.userVerification,
this.externalAuthenticationUrl,
this.challenge,
this.challengeIdentifier,
this.rp,
this.supportedCredentialKinds,
this.allowCredentials,
);