authenticators property

  1. @TagNumber(3)
Authenticators get authenticators

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

Implementation

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