authenticators property
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);
Implementation
@$pb.TagNumber(5)
set authenticators($2.Authenticators value) => $_setField(5, value);