RegisterRequestType constructor
const
RegisterRequestType({
- required String challenge,
- required RelyingPartyType relyingParty,
- required UserType user,
- required AuthenticatorSelectionType authSelectionType,
- required List<
CredentialType> excludeCredentials, - List<
PubKeyCredParamType> ? pubKeyCredParams, - int? timeout,
- String? attestation,
Implementation
const RegisterRequestType({
required this.challenge,
required this.relyingParty,
required this.user,
required this.authSelectionType,
required this.excludeCredentials,
this.pubKeyCredParams,
this.timeout,
this.attestation,
});