OrgAuthRequest$json top-level constant

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

Implementation

@$core.Deprecated('Use orgAuthRequestDescriptor instead')
const OrgAuthRequest$json = const {
  '1': 'OrgAuthRequest',
  '2': const [
    const {'1': 'orgName', '3': 1, '4': 1, '5': 9, '10': 'orgName'},
    const {'1': 'callBackUrl', '3': 2, '4': 1, '5': 9, '10': 'callBackUrl'},
    const {'1': 'sessionId', '3': 3, '4': 1, '5': 9, '10': 'sessionId'},
  ],
};