authenticatorType property
Optionally specify the authenticator type of the passkey device (platform or cross-platform). If none is provided, both values are allowed.
Implementation
@$pb.TagNumber(3)
$4.WebAuthNAuthenticatorType get authenticatorType => $_getN(2);
Implementation
@$pb.TagNumber(3)
set authenticatorType($4.WebAuthNAuthenticatorType v) { setField(3, v); }