ReadOAuthAppResponse$json top-level constant

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

Implementation

@$core.Deprecated('Use readOAuthAppResponseDescriptor instead')
const ReadOAuthAppResponse$json = {
  '1': 'ReadOAuthAppResponse',
  '2': [
    {'1': 'client_name', '3': 1, '4': 1, '5': 9, '10': 'clientName'},
    {'1': 'client_secret', '3': 2, '4': 1, '5': 9, '10': 'clientSecret'},
    {'1': 'oauth_config', '3': 3, '4': 1, '5': 11, '6': '.viam.app.v1.OAuthConfig', '10': 'oauthConfig'},
  ],
};