authenticators property

  1. @TagNumber(3)
SetAuthenticators get authenticators

Set the initial authenticators of the user.

Implementation

@$pb.TagNumber(3)
$4.SetAuthenticators get authenticators => $_getN(2);
  1. @TagNumber(3)
set authenticators (SetAuthenticators v)

Implementation

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