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