authenticators property
The user's authenticators. They are used to identify and authenticate the user during the authentication process.
Implementation
@$pb.TagNumber(3)
$4.Authenticators get authenticators => $_getN(2);
Implementation
@$pb.TagNumber(3)
set authenticators($4.Authenticators v) { setField(3, v); }