GetAuthApplicationResponse$json top-level constant

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

Implementation

@$core.Deprecated('Use getAuthApplicationResponseDescriptor instead')
const GetAuthApplicationResponse$json = {
  '1': 'GetAuthApplicationResponse',
  '2': [
    {'1': 'application_id', '3': 1, '4': 1, '5': 9, '10': 'applicationId'},
    {'1': 'application_name', '3': 2, '4': 1, '5': 9, '10': 'applicationName'},
    {'1': 'client_secret', '3': 3, '4': 1, '5': 9, '10': 'clientSecret'},
    {'1': 'origin_uris', '3': 4, '4': 3, '5': 9, '10': 'originUris'},
    {'1': 'redirect_uris', '3': 5, '4': 3, '5': 9, '10': 'redirectUris'},
    {'1': 'logout_uri', '3': 6, '4': 1, '5': 9, '10': 'logoutUri'},
  ],
};