authenticatorType property

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

Implementation

@$pb.TagNumber(2)
set authenticatorType(WebAuthNAuthenticatorType value) =>
    $_setField(2, value);