CreateOAuthAppResponse$json top-level constant

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

Implementation

@$core.Deprecated('Use createOAuthAppResponseDescriptor instead')
const CreateOAuthAppResponse$json = {
  '1': 'CreateOAuthAppResponse',
  '2': [
    {'1': 'client_id', '3': 1, '4': 1, '5': 9, '10': 'clientId'},
    {'1': 'client_secret', '3': 2, '4': 1, '5': 9, '10': 'clientSecret'},
  ],
};