AuthenticatorSelection constructor
AuthenticatorSelection({})
Implementation
AuthenticatorSelection({
required this.authenticatorAttachment,
required this.requireResidentKey,
required this.residentKey,
required this.userVerification,
});