AuthenticatorSelectionType constructor
AuthenticatorSelectionType({})
Constructs a new instance.
Implementation
AuthenticatorSelectionType({
this.authenticatorAttachment,
required this.requireResidentKey,
required this.residentKey,
required this.userVerification,
});