UserRegistrationChallenge constructor
UserRegistrationChallenge(
- String temporaryAuthenticationToken,
- UserInformation user,
- SupportedCredentialKinds supportedCredentialKinds,
- String otpUrl,
- String challenge,
- AuthenticatorSelectionCriteria authenticatorSelection,
- String attestation,
- List<
PublicKeyCredentialParameters> pubKeyCredParams, - List<
PublicKeyCredentialDescriptor> excludeCredentials,
Implementation
UserRegistrationChallenge(
this.temporaryAuthenticationToken,
this.user,
this.supportedCredentialKinds,
this.otpUrl,
this.challenge,
this.authenticatorSelection,
this.attestation,
this.pubKeyCredParams,
this.excludeCredentials,
);