SMTPXOAuth2Auth$json top-level constant

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

Implementation

@$core.Deprecated('Use sMTPXOAuth2AuthDescriptor instead')
const SMTPXOAuth2Auth$json = {
  '1': 'SMTPXOAuth2Auth',
  '2': [
    {
      '1': 'token_endpoint',
      '3': 1,
      '4': 1,
      '5': 9,
      '8': {},
      '10': 'tokenEndpoint'
    },
    {'1': 'scopes', '3': 2, '4': 3, '5': 9, '8': {}, '10': 'scopes'},
    {
      '1': 'client_credentials',
      '3': 3,
      '4': 1,
      '5': 11,
      '6': '.zitadel.admin.v1.SMTPXOAuth2Auth.ClientCredentials',
      '9': 0,
      '10': 'clientCredentials'
    },
  ],
  '3': [SMTPXOAuth2Auth_ClientCredentials$json],
  '8': [
    {'1': 'OAuth2Type'},
  ],
};