GitHubEnterpriseServerConfig$json top-level constant

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

Implementation

@$core.Deprecated('Use gitHubEnterpriseServerConfigDescriptor instead')
const GitHubEnterpriseServerConfig$json = const {
  '1': 'GitHubEnterpriseServerConfig',
  '2': const [
    const {'1': 'client_id', '3': 1, '4': 1, '5': 9, '8': const {}, '10': 'clientId'},
    const {'1': 'authorization_endpoint', '3': 2, '4': 1, '5': 9, '10': 'authorizationEndpoint'},
    const {'1': 'token_endpoint', '3': 3, '4': 1, '5': 9, '10': 'tokenEndpoint'},
    const {'1': 'user_endpoint', '3': 4, '4': 1, '5': 9, '10': 'userEndpoint'},
    const {'1': 'scopes', '3': 5, '4': 3, '5': 9, '8': const {}, '10': 'scopes'},
  ],
};