AuthNKeyType$json top-level constant

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

Implementation

@$core.Deprecated('Use authNKeyTypeDescriptor instead')
const AuthNKeyType$json = {
  '1': 'AuthNKeyType',
  '2': [
    {'1': 'AUTHN_KEY_TYPE_UNSPECIFIED', '2': 0},
    {'1': 'AUTHN_KEY_TYPE_JSON', '2': 1},
  ],
};