CreateOIDCApplicationResponse$json top-level constant

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

Implementation

@$core.Deprecated('Use createOIDCApplicationResponseDescriptor instead')
const CreateOIDCApplicationResponse$json = {
  '1': 'CreateOIDCApplicationResponse',
  '2': [
    {'1': 'client_id', '3': 1, '4': 1, '5': 9, '8': {}, '10': 'clientId'},
    {
      '1': 'client_secret',
      '3': 2,
      '4': 1,
      '5': 9,
      '8': {},
      '10': 'clientSecret'
    },
    {'1': 'non_compliant', '3': 3, '4': 1, '5': 8, '10': 'nonCompliant'},
    {
      '1': 'compliance_problems',
      '3': 4,
      '4': 3,
      '5': 11,
      '6': '.zitadel.application.v2.OIDCLocalizedMessage',
      '10': 'complianceProblems'
    },
  ],
};