AddGitHubProviderRequest$json top-level constant

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

Implementation

@$core.Deprecated('Use addGitHubProviderRequestDescriptor instead')
const AddGitHubProviderRequest$json = {
  '1': 'AddGitHubProviderRequest',
  '2': [
    {'1': 'name', '3': 1, '4': 1, '5': 9, '8': {}, '10': 'name'},
    {'1': 'client_id', '3': 2, '4': 1, '5': 9, '8': {}, '10': 'clientId'},
    {
      '1': 'client_secret',
      '3': 3,
      '4': 1,
      '5': 9,
      '8': {},
      '10': 'clientSecret'
    },
    {'1': 'scopes', '3': 4, '4': 3, '5': 9, '8': {}, '10': 'scopes'},
    {
      '1': 'provider_options',
      '3': 5,
      '4': 1,
      '5': 11,
      '6': '.zitadel.idp.v1.Options',
      '10': 'providerOptions'
    },
  ],
};