RegisterAuthApplicationResponse$json top-level constant

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

Implementation

@$core.Deprecated('Use registerAuthApplicationResponseDescriptor instead')
const RegisterAuthApplicationResponse$json = {
  '1': 'RegisterAuthApplicationResponse',
  '2': [
    {'1': 'application_id', '3': 1, '4': 1, '5': 9, '10': 'applicationId'},
    {'1': 'application_name', '3': 2, '4': 1, '5': 9, '10': 'applicationName'},
    {'1': 'secret', '3': 3, '4': 1, '5': 9, '10': 'secret'},
  ],
};