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(2)
WebAuthNAuthenticatorType get authenticatorType => $_getN(1);
Implementation
@$pb.TagNumber(2)
set authenticatorType(WebAuthNAuthenticatorType value) =>
$_setField(2, value);