authenticators property

  1. @TagNumber.new(4)
SetAuthenticators get authenticators

Set the initial authenticators of the user.

Implementation

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

Implementation

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