UpdateOIDCApplicationConfigurationRequest$json top-level constant

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

Implementation

@$core.Deprecated(
    'Use updateOIDCApplicationConfigurationRequestDescriptor instead')
const UpdateOIDCApplicationConfigurationRequest$json = {
  '1': 'UpdateOIDCApplicationConfigurationRequest',
  '2': [
    {
      '1': 'redirect_uris',
      '3': 1,
      '4': 3,
      '5': 9,
      '8': {},
      '10': 'redirectUris'
    },
    {
      '1': 'response_types',
      '3': 2,
      '4': 3,
      '5': 14,
      '6': '.zitadel.application.v2.OIDCResponseType',
      '10': 'responseTypes'
    },
    {
      '1': 'grant_types',
      '3': 3,
      '4': 3,
      '5': 14,
      '6': '.zitadel.application.v2.OIDCGrantType',
      '10': 'grantTypes'
    },
    {
      '1': 'application_type',
      '3': 4,
      '4': 1,
      '5': 14,
      '6': '.zitadel.application.v2.OIDCApplicationType',
      '8': {},
      '9': 0,
      '10': 'applicationType',
      '17': true
    },
    {
      '1': 'auth_method_type',
      '3': 5,
      '4': 1,
      '5': 14,
      '6': '.zitadel.application.v2.OIDCAuthMethodType',
      '8': {},
      '9': 1,
      '10': 'authMethodType',
      '17': true
    },
    {
      '1': 'post_logout_redirect_uris',
      '3': 6,
      '4': 3,
      '5': 9,
      '8': {},
      '10': 'postLogoutRedirectUris'
    },
    {
      '1': 'version',
      '3': 7,
      '4': 1,
      '5': 14,
      '6': '.zitadel.application.v2.OIDCVersion',
      '8': {},
      '9': 2,
      '10': 'version',
      '17': true
    },
    {
      '1': 'development_mode',
      '3': 8,
      '4': 1,
      '5': 8,
      '9': 3,
      '10': 'developmentMode',
      '17': true
    },
    {
      '1': 'access_token_type',
      '3': 9,
      '4': 1,
      '5': 14,
      '6': '.zitadel.application.v2.OIDCTokenType',
      '8': {},
      '9': 4,
      '10': 'accessTokenType',
      '17': true
    },
    {
      '1': 'access_token_role_assertion',
      '3': 10,
      '4': 1,
      '5': 8,
      '9': 5,
      '10': 'accessTokenRoleAssertion',
      '17': true
    },
    {
      '1': 'id_token_role_assertion',
      '3': 11,
      '4': 1,
      '5': 8,
      '9': 6,
      '10': 'idTokenRoleAssertion',
      '17': true
    },
    {
      '1': 'id_token_userinfo_assertion',
      '3': 12,
      '4': 1,
      '5': 8,
      '9': 7,
      '10': 'idTokenUserinfoAssertion',
      '17': true
    },
    {
      '1': 'clock_skew',
      '3': 13,
      '4': 1,
      '5': 11,
      '6': '.google.protobuf.Duration',
      '8': {},
      '9': 8,
      '10': 'clockSkew',
      '17': true
    },
    {
      '1': 'additional_origins',
      '3': 14,
      '4': 3,
      '5': 9,
      '8': {},
      '10': 'additionalOrigins'
    },
    {
      '1': 'skip_native_app_success_page',
      '3': 15,
      '4': 1,
      '5': 8,
      '9': 9,
      '10': 'skipNativeAppSuccessPage',
      '17': true
    },
    {
      '1': 'back_channel_logout_uri',
      '3': 16,
      '4': 1,
      '5': 9,
      '8': {},
      '9': 10,
      '10': 'backChannelLogoutUri',
      '17': true
    },
    {
      '1': 'login_version',
      '3': 17,
      '4': 1,
      '5': 11,
      '6': '.zitadel.application.v2.LoginVersion',
      '9': 11,
      '10': 'loginVersion',
      '17': true
    },
  ],
  '8': [
    {'1': '_application_type'},
    {'1': '_auth_method_type'},
    {'1': '_version'},
    {'1': '_development_mode'},
    {'1': '_access_token_type'},
    {'1': '_access_token_role_assertion'},
    {'1': '_id_token_role_assertion'},
    {'1': '_id_token_userinfo_assertion'},
    {'1': '_clock_skew'},
    {'1': '_skip_native_app_success_page'},
    {'1': '_back_channel_logout_uri'},
    {'1': '_login_version'},
  ],
};