APIAuthMethodType$json top-level constant
- @Deprecated('Use aPIAuthMethodTypeDescriptor instead')
Implementation
@$core.Deprecated('Use aPIAuthMethodTypeDescriptor instead')
const APIAuthMethodType$json = const {
'1': 'APIAuthMethodType',
'2': const [
const {'1': 'API_AUTH_METHOD_TYPE_BASIC', '2': 0},
const {'1': 'API_AUTH_METHOD_TYPE_PRIVATE_KEY_JWT', '2': 1},
],
};