authenticatorType property

  1. @TagNumber(3)
WebAuthNAuthenticatorType get authenticatorType

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);
  1. @TagNumber(3)
set authenticatorType (WebAuthNAuthenticatorType v)

Implementation

@$pb.TagNumber(3)
set authenticatorType($4.WebAuthNAuthenticatorType v) { setField(3, v); }