CreateOAuthAppUserResponse$json top-level constant

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

Implementation

@$core.Deprecated('Use createOAuthAppUserResponseDescriptor instead')
const CreateOAuthAppUserResponse$json = {
  '1': 'CreateOAuthAppUserResponse',
  '2': [
    {'1': 'auth_token', '3': 1, '4': 1, '5': 9, '10': 'authToken'},
    {'1': 'registration_id', '3': 2, '4': 1, '5': 9, '10': 'registrationId'},
    {'1': 'user_id', '3': 3, '4': 1, '5': 9, '10': 'userId'},
    {'1': 'refresh_token', '3': 4, '4': 1, '5': 9, '10': 'refreshToken'},
  ],
};