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