values constant
Implementation
static const $core.List<AuthenticationType> values = <AuthenticationType> [
AUTHENTICATION_TYPE_UNSPECIFIED,
AUTHENTICATION_TYPE_WEB_OAUTH,
AUTHENTICATION_TYPE_API_KEY,
AUTHENTICATION_TYPE_ROBOT_PART_SECRET,
AUTHENTICATION_TYPE_LOCATION_SECRET,
];