CreateOIDCApplicationRequest$json top-level constant

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

Implementation

@$core.Deprecated('Use createOIDCApplicationRequestDescriptor instead')
const CreateOIDCApplicationRequest$json = {
  '1': 'CreateOIDCApplicationRequest',
  '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',
      '8': {},
      '10': 'responseTypes'
    },
    {
      '1': 'grant_types',
      '3': 3,
      '4': 3,
      '5': 14,
      '6': '.zitadel.application.v2.OIDCGrantType',
      '8': {},
      '10': 'grantTypes'
    },
    {
      '1': 'application_type',
      '3': 4,
      '4': 1,
      '5': 14,
      '6': '.zitadel.application.v2.OIDCApplicationType',
      '8': {},
      '10': 'applicationType'
    },
    {
      '1': 'auth_method_type',
      '3': 5,
      '4': 1,
      '5': 14,
      '6': '.zitadel.application.v2.OIDCAuthMethodType',
      '8': {},
      '10': 'authMethodType'
    },
    {
      '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': {},
      '10': 'version'
    },
    {'1': 'development_mode', '3': 8, '4': 1, '5': 8, '10': 'developmentMode'},
    {
      '1': 'access_token_type',
      '3': 9,
      '4': 1,
      '5': 14,
      '6': '.zitadel.application.v2.OIDCTokenType',
      '8': {},
      '10': 'accessTokenType'
    },
    {
      '1': 'access_token_role_assertion',
      '3': 10,
      '4': 1,
      '5': 8,
      '10': 'accessTokenRoleAssertion'
    },
    {
      '1': 'id_token_role_assertion',
      '3': 11,
      '4': 1,
      '5': 8,
      '10': 'idTokenRoleAssertion'
    },
    {
      '1': 'id_token_userinfo_assertion',
      '3': 12,
      '4': 1,
      '5': 8,
      '10': 'idTokenUserinfoAssertion'
    },
    {
      '1': 'clock_skew',
      '3': 13,
      '4': 1,
      '5': 11,
      '6': '.google.protobuf.Duration',
      '8': {},
      '10': 'clockSkew'
    },
    {
      '1': 'additional_origins',
      '3': 14,
      '4': 3,
      '5': 9,
      '8': {},
      '10': 'additionalOrigins'
    },
    {
      '1': 'skip_native_app_success_page',
      '3': 15,
      '4': 1,
      '5': 8,
      '10': 'skipNativeAppSuccessPage'
    },
    {
      '1': 'back_channel_logout_uri',
      '3': 16,
      '4': 1,
      '5': 9,
      '8': {},
      '10': 'backChannelLogoutUri'
    },
    {
      '1': 'login_version',
      '3': 17,
      '4': 1,
      '5': 11,
      '6': '.zitadel.application.v2.LoginVersion',
      '10': 'loginVersion'
    },
  ],
};