AddOIDCAppRequest$json top-level constant

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

Implementation

@$core.Deprecated('Use addOIDCAppRequestDescriptor instead')
const AddOIDCAppRequest$json = {
  '1': 'AddOIDCAppRequest',
  '2': [
    {'1': 'project_id', '3': 1, '4': 1, '5': 9, '8': {}, '10': 'projectId'},
    {'1': 'name', '3': 2, '4': 1, '5': 9, '8': {}, '10': 'name'},
    {
      '1': 'redirect_uris',
      '3': 3,
      '4': 3,
      '5': 9,
      '8': {},
      '10': 'redirectUris'
    },
    {
      '1': 'response_types',
      '3': 4,
      '4': 3,
      '5': 14,
      '6': '.zitadel.app.v1.OIDCResponseType',
      '8': {},
      '10': 'responseTypes'
    },
    {
      '1': 'grant_types',
      '3': 5,
      '4': 3,
      '5': 14,
      '6': '.zitadel.app.v1.OIDCGrantType',
      '8': {},
      '10': 'grantTypes'
    },
    {
      '1': 'app_type',
      '3': 6,
      '4': 1,
      '5': 14,
      '6': '.zitadel.app.v1.OIDCAppType',
      '8': {},
      '10': 'appType'
    },
    {
      '1': 'auth_method_type',
      '3': 7,
      '4': 1,
      '5': 14,
      '6': '.zitadel.app.v1.OIDCAuthMethodType',
      '8': {},
      '10': 'authMethodType'
    },
    {
      '1': 'post_logout_redirect_uris',
      '3': 8,
      '4': 3,
      '5': 9,
      '8': {},
      '10': 'postLogoutRedirectUris'
    },
    {
      '1': 'version',
      '3': 9,
      '4': 1,
      '5': 14,
      '6': '.zitadel.app.v1.OIDCVersion',
      '8': {},
      '10': 'version'
    },
    {'1': 'dev_mode', '3': 10, '4': 1, '5': 8, '8': {}, '10': 'devMode'},
    {
      '1': 'access_token_type',
      '3': 11,
      '4': 1,
      '5': 14,
      '6': '.zitadel.app.v1.OIDCTokenType',
      '8': {},
      '10': 'accessTokenType'
    },
    {
      '1': 'access_token_role_assertion',
      '3': 12,
      '4': 1,
      '5': 8,
      '8': {},
      '10': 'accessTokenRoleAssertion'
    },
    {
      '1': 'id_token_role_assertion',
      '3': 13,
      '4': 1,
      '5': 8,
      '8': {},
      '10': 'idTokenRoleAssertion'
    },
    {
      '1': 'id_token_userinfo_assertion',
      '3': 14,
      '4': 1,
      '5': 8,
      '8': {},
      '10': 'idTokenUserinfoAssertion'
    },
    {
      '1': 'clock_skew',
      '3': 15,
      '4': 1,
      '5': 11,
      '6': '.google.protobuf.Duration',
      '8': {},
      '10': 'clockSkew'
    },
    {
      '1': 'additional_origins',
      '3': 16,
      '4': 3,
      '5': 9,
      '8': {},
      '10': 'additionalOrigins'
    },
    {
      '1': 'skip_native_app_success_page',
      '3': 17,
      '4': 1,
      '5': 8,
      '8': {},
      '10': 'skipNativeAppSuccessPage'
    },
    {
      '1': 'back_channel_logout_uri',
      '3': 18,
      '4': 1,
      '5': 9,
      '8': {},
      '10': 'backChannelLogoutUri'
    },
    {
      '1': 'login_version',
      '3': 19,
      '4': 1,
      '5': 11,
      '6': '.zitadel.app.v1.LoginVersion',
      '8': {},
      '10': 'loginVersion'
    },
  ],
};