possibleAuthenticators property

  1. @TagNumber(7)
List<AuthenticatorType> possibleAuthenticators

Defines the possible types of authenticators. This allows creating different user types like human/machine without usage of actions to validate possible authenticators. Removal of an authenticator does not remove the authenticator on a user.

Implementation

@$pb.TagNumber(7)
$core.List<AuthenticatorType> get possibleAuthenticators => $_getList(6);