authenticators property

  1. @TagNumber.new(5)
Authenticators get authenticators

The user's authenticators. They are used to identify and authenticate the user during the authentication process.

Implementation

@$pb.TagNumber(5)
$2.Authenticators get authenticators => $_getN(4);
  1. @TagNumber.new(5)
set authenticators (Authenticators value)

Implementation

@$pb.TagNumber(5)
set authenticators($2.Authenticators value) => $_setField(5, value);