AuthenticationType$json top-level constant

  1. @Deprecated('Use authenticationTypeDescriptor instead')
Map<String, Object> const AuthenticationType$json

Implementation

@$core.Deprecated('Use authenticationTypeDescriptor instead')
const AuthenticationType$json = {
  '1': 'AuthenticationType',
  '2': [
    {'1': 'AUTHENTICATION_TYPE_UNSPECIFIED', '2': 0},
    {'1': 'AUTHENTICATION_TYPE_WEB_OAUTH', '2': 1},
    {'1': 'AUTHENTICATION_TYPE_API_KEY', '2': 2},
    {'1': 'AUTHENTICATION_TYPE_ROBOT_PART_SECRET', '2': 3},
    {'1': 'AUTHENTICATION_TYPE_LOCATION_SECRET', '2': 4},
  ],
};