Skip to content

Commit 5c7b375

Browse files
committed
autogen: regenerate OpenAPI client for v1.22.63
Version: v1.22.63
1 parent ca8282c commit 5c7b375

825 files changed

Lines changed: 2280 additions & 882 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

Ory.Client.sln

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ Microsoft Visual Studio Solution File, Format Version 12.00
22
# Visual Studio 2012
33
VisualStudioVersion = 12.0.0.0
44
MinimumVisualStudioVersion = 10.0.0.1
5-
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Ory.Client", "src\Ory.Client\Ory.Client.csproj", "{E4F55625-4D14-4629-A93E-627BCFC69737}"
5+
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Ory.Client", "src\Ory.Client\Ory.Client.csproj", "{684EBC55-127F-4BE0-9246-251D08D62A25}"
66
EndProject
77
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Ory.Client.Test", "src\Ory.Client.Test\Ory.Client.Test.csproj", "{19F1DEBC-DE5E-4517-8062-F000CD499087}"
88
EndProject
@@ -12,10 +12,10 @@ Global
1212
Release|Any CPU = Release|Any CPU
1313
EndGlobalSection
1414
GlobalSection(ProjectConfigurationPlatforms) = postSolution
15-
{E4F55625-4D14-4629-A93E-627BCFC69737}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
16-
{E4F55625-4D14-4629-A93E-627BCFC69737}.Debug|Any CPU.Build.0 = Debug|Any CPU
17-
{E4F55625-4D14-4629-A93E-627BCFC69737}.Release|Any CPU.ActiveCfg = Release|Any CPU
18-
{E4F55625-4D14-4629-A93E-627BCFC69737}.Release|Any CPU.Build.0 = Release|Any CPU
15+
{684EBC55-127F-4BE0-9246-251D08D62A25}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
16+
{684EBC55-127F-4BE0-9246-251D08D62A25}.Debug|Any CPU.Build.0 = Debug|Any CPU
17+
{684EBC55-127F-4BE0-9246-251D08D62A25}.Release|Any CPU.ActiveCfg = Release|Any CPU
18+
{684EBC55-127F-4BE0-9246-251D08D62A25}.Release|Any CPU.Build.0 = Release|Any CPU
1919
{19F1DEBC-DE5E-4517-8062-F000CD499087}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
2020
{19F1DEBC-DE5E-4517-8062-F000CD499087}.Debug|Any CPU.Build.0 = Debug|Any CPU
2121
{19F1DEBC-DE5E-4517-8062-F000CD499087}.Release|Any CPU.ActiveCfg = Release|Any CPU

api/openapi.yaml

Lines changed: 207 additions & 1 deletion
Large diffs are not rendered by default.

docs/models/ClientAccountExperienceConfiguration.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,11 +21,14 @@ Name | Type | Description | Notes
2121
**Translations** | [**List<ClientRevisionAccountExperienceCustomTranslation>**](ClientRevisionAccountExperienceCustomTranslation.md) | |
2222
**VerificationEnabled** | **bool** | |
2323
**VerificationUiUrl** | **string** | |
24+
**ContactUrl** | **string** | The URL to the project's Contact page. | [optional]
2425
**FaviconDarkUrl** | **string** | | [optional]
2526
**FaviconLightUrl** | **string** | | [optional]
2627
**LogoDarkUrl** | **string** | | [optional]
2728
**LogoLightUrl** | **string** | | [optional]
29+
**PrivacyPolicyUrl** | **string** | The URL to the project's Privacy Policy page. | [optional]
2830
**Stylesheet** | **string** | | [optional]
31+
**TermsOfServiceUrl** | **string** | The URL to the project's Terms of Service page. | [optional]
2932

3033
[[Back to Model list]](../../README.md#documentation-for-models) [[Back to API list]](../../README.md#documentation-for-api-endpoints) [[Back to README]](../../README.md)
3134

docs/models/ClientCreateProjectNormalizedPayload.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ Name | Type | Description | Notes
77
------------ | ------------- | ------------- | -------------
88
**VarEnvironment** | **string** | prod Production stage Staging dev Development |
99
**Name** | **string** | The project's name. |
10+
**AccountExperienceContactUrl** | **string** | Holds the URL to the account experience's Contact page. This governs the \"contact_url\" setting. | [optional]
1011
**AccountExperienceCustomTranslations** | [**List<ClientRevisionAccountExperienceCustomTranslation>**](ClientRevisionAccountExperienceCustomTranslation.md) | The Account Experience's Custom Translations Contains all Custom Translations for this project. | [optional]
1112
**AccountExperienceDefaultLocale** | **string** | Holds the default locale for the account experience. This governs the \"default_locale\" setting. | [optional]
1213
**AccountExperienceEnabledLocales** | **List<string>** | The Account Experience's Enabled Locales This governs the locales that are available in the account experience. This governs the \"enabled_locales\" setting. | [optional]
@@ -17,6 +18,8 @@ Name | Type | Description | Notes
1718
**AccountExperienceLocaleBehavior** | **string** | Holds the URL to the account experience's language behavior. Can be one of: `respect_accept_language`: Respect the `Accept-Language` header. `force_default`: Force the default language. This governs the \"locale_behavior\" setting. | [optional]
1819
**AccountExperienceLogoDark** | **string** | Holds the URL to the account experience's dark theme logo (currently unused). This governs the \"logo_dark\" setting. | [optional]
1920
**AccountExperienceLogoLight** | **string** | Holds the URL to the account experience's logo. This governs the \"logo_light\" setting. | [optional]
21+
**AccountExperiencePrivacyPolicyUrl** | **string** | Holds the URL to the account experience's Privacy Policy page. This governs the \"privacy_policy_url\" setting. | [optional]
22+
**AccountExperienceTermsOfServiceUrl** | **string** | Holds the URL to the account experience's Terms of Service page. This governs the \"terms_of_service_url\" setting. | [optional]
2023
**AccountExperienceThemeVariablesDark** | **string** | Holds the URL to the account experience's dark theme variables. This governs the \"theme_variables_dark\" setting. | [optional]
2124
**AccountExperienceThemeVariablesLight** | **string** | Holds the URL to the account experience's light theme variables. This governs the \"theme_variables_light\" setting. | [optional]
2225
**CreatedAt** | **DateTime** | The Project's Revision Creation Date | [optional] [readonly]
@@ -25,6 +28,8 @@ Name | Type | Description | Notes
2528
**HomeRegion** | **string** | eu-central EUCentral asia-northeast AsiaNorthEast us-east USEast us-west USWest eu EU asia Asia us US global Global | [optional]
2629
**HydraOauth2AllowedTopLevelClaims** | **List<string>** | A list of custom claims which are allowed to be added top level to the Access Token. They cannot override reserved claims. This governs the \"oauth2.allowed_top_level_claims\" setting. | [optional]
2730
**HydraOauth2ClientCredentialsDefaultGrantAllowedScope** | **bool** | Automatically grant authorized OAuth2 Scope in OAuth2 Client Credentials Flow. Each OAuth2 Client is allowed to request a predefined OAuth2 Scope (for example `read write`). If this option is enabled, the full scope is automatically granted when performing the OAuth2 Client Credentials flow. If disabled, the OAuth2 Client has to request the scope in the OAuth2 request by providing the `scope` query parameter. Setting this option to true is common if you need compatibility with MITREid. This governs the \"oauth2.client_credentials.default_grant_allowed_scope\" setting. | [optional]
31+
**HydraOauth2DeviceAuthorizationTokenPollingInterval** | **string** | Configures how often a non-interactive device should poll the OAuth 2.0 Device Authorization Grant token endpoint. Purely informational — the value is reported to the device in the \"interval\" response field of the device authorization response. Hydra defaults to 5s when this is left empty. This is an Enterprise feature. This governs the \"oauth2.device_authorization.token_polling_interval\" setting. | [optional]
32+
**HydraOauth2DeviceAuthorizationUserCodeEntropyPreset** | **string** | Picks a preset for the OAuth 2.0 Device Authorization Grant user_code length and character set. \"high\" produces the longest codes (most resistant to brute force); \"low\" the shortest (easiest for the end user to read and enter). Leave empty to keep Hydra's default preset. This is an Enterprise feature. This governs the \"oauth2.device_authorization.user_code.entropy_preset\" setting. | [optional]
2833
**HydraOauth2ExcludeNotBeforeClaim** | **bool** | Set to true if you want to omit the `nbf` (not valid before) claim in the access token. This governs the \"oauth2.exclude_not_before_claim\" setting. | [optional]
2934
**HydraOauth2GrantJwtIatOptional** | **bool** | Configures if the issued at (`iat`) claim is required in the JSON Web Token (JWT) Profile for OAuth 2.0 Client Authentication and Authorization Grants (RFC7523). If set to `false`, the `iat` claim is required. Set this value to `true` only after careful consideration. This governs the \"oauth2.grant.jwt.iat_optional\" setting. | [optional]
3035
**HydraOauth2GrantJwtJtiOptional** | **bool** | Configures if the JSON Web Token ID (`jti`) claim is required in the JSON Web Token (JWT) Profile for OAuth 2.0 Client Authentication and Authorization Grants (RFC7523). If set to `false`, the `jti` claim is required. Set this value to `true` only after careful consideration. This governs the \"oauth2.grant.jwt.jti_optional\" setting. | [optional]
@@ -53,10 +58,13 @@ Name | Type | Description | Notes
5358
**HydraStrategiesScope** | **string** | Defines how scopes are matched. For more details have a look at https://github.com/ory/fosite#scopes This governs the \"strategies.scope\" setting. exact Oauth2ScopeStrategyExact wildcard Oauth2ScopeStrategyWildcard | [optional] [default to HydraStrategiesScopeEnum.Wildcard]
5459
**HydraTtlAccessToken** | **string** | This governs the \"ttl.access_token\" setting. | [optional] [default to "30m"]
5560
**HydraTtlAuthCode** | **string** | Configures how long refresh tokens are valid. Set to -1 for refresh tokens to never expire. This is not recommended! This governs the \"ttl.auth_code\" setting. | [optional] [default to "720h"]
61+
**HydraTtlDeviceUserCode** | **string** | Configures how long the device_code and user_code in the OAuth 2.0 Device Authorization Grant remain valid. Larger values mean more database storage; shorter values mean users have less time to complete the second-device verification. Hydra defaults to 10m when this is left empty. This is an Enterprise feature. This governs the \"ttl.device_user_code\" setting. | [optional]
5662
**HydraTtlIdToken** | **string** | This governs the \"ttl.id_token\" setting. | [optional] [default to "30m"]
5763
**HydraTtlLoginConsentRequest** | **string** | Configures how long a user login and consent flow may take. This governs the \"ttl.login_consent_request\" setting. | [optional] [default to "30m"]
5864
**HydraTtlRefreshToken** | **string** | Configures how long refresh tokens are valid. Set to -1 for refresh tokens to never expire. This is not recommended! This governs the \"ttl.refresh_token\" setting. | [optional] [default to "720h"]
5965
**HydraUrlsConsent** | **string** | Sets the OAuth2 Consent Endpoint URL of the OAuth2 User Login & Consent flow. Defaults to the Ory Account Experience if left empty. This governs the \"urls.consent\" setting. | [optional]
66+
**HydraUrlsDeviceSuccess** | **string** | Sets the URL the user is redirected to after successfully completing the OAuth 2.0 Device Authorization Grant user verification step. Defaults to the Ory Account Experience fallback page if left empty. This is an Enterprise feature. This governs the \"urls.device.success\" setting. | [optional]
67+
**HydraUrlsDeviceVerification** | **string** | Sets the URL of the user verification page for the OAuth 2.0 Device Authorization Grant (RFC 8628). End users are redirected to this URL to enter the user_code shown on their device. Defaults to the Ory Account Experience fallback page if left empty. This is an Enterprise feature. This governs the \"urls.device.verification\" setting. | [optional]
6068
**HydraUrlsError** | **string** | Sets the OAuth2 Error URL of the OAuth2 User Login & Consent flow. Defaults to the Ory Account Experience if left empty. This governs the \"urls.error\" setting. | [optional]
6169
**HydraUrlsLogin** | **string** | Sets the OAuth2 Login Endpoint URL of the OAuth2 User Login & Consent flow. Defaults to the Ory Account Experience if left empty. This governs the \"urls.login\" setting. | [optional]
6270
**HydraUrlsLogout** | **string** | Sets the logout endpoint. Defaults to the Ory Account Experience if left empty. This governs the \"urls.logout\" setting. | [optional]
@@ -66,6 +74,7 @@ Name | Type | Description | Notes
6674
**HydraWebfingerJwksBroadcastKeys** | **List<string>** | A list of JSON Web Keys that should be exposed at that endpoint. This is usually the public key for verifying OpenID Connect ID Tokens. However, you might want to add additional keys here as well. This governs the \"webfinger.jwks.broadcast_keys\" setting. | [optional]
6775
**HydraWebfingerOidcDiscoveryAuthUrl** | **string** | Configures OpenID Connect Discovery and overwrites the OAuth2 Authorization URL. This governs the \"webfinger.oidc_discovery.auth_url\" setting. | [optional]
6876
**HydraWebfingerOidcDiscoveryClientRegistrationUrl** | **string** | Configures OpenID Connect Discovery and overwrites the OpenID Connect Dynamic Client Registration Endpoint. This governs the \"webfinger.oidc_discovery.client_registration_url\" setting. | [optional]
77+
**HydraWebfingerOidcDiscoveryDeviceAuthorizationUrl** | **string** | Override the OAuth 2.0 Device Authorization Endpoint URL that is advertised in the OpenID Connect discovery document (/.well-known/openid-configuration). Defaults to the project's public base URL + /oauth2/device/auth. This is an Enterprise feature. This governs the \"webfinger.oidc_discovery.device_authorization_url\" setting. | [optional]
6978
**HydraWebfingerOidcDiscoveryJwksUrl** | **string** | Configures OpenID Connect Discovery and overwrites the JWKS URL. This governs the \"webfinger.oidc_discovery.jwks_url\" setting. | [optional]
7079
**HydraWebfingerOidcDiscoverySupportedClaims** | **List<string>** | Configures OpenID Connect Discovery and overwrites a list of supported claims to be broadcasted. Claim \"sub\" is always included. This governs the \"webfinger.oidc_discovery.supported_claims\" setting. | [optional]
7180
**HydraWebfingerOidcDiscoverySupportedScope** | **List<string>** | Configures OpenID Connect Discovery and overwrites the scope OAuth 2.0 Clients may request. Scope `offline`, `offline_access`, and `openid` are always included. This governs the \"webfinger.oidc_discovery.supported_scope\" setting. | [optional]

docs/models/ClientElementsConfiguration.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,11 @@ Name | Type | Description | Notes
1818
**SettingsUiUrl** | **string** | The URL for the settings UI. |
1919
**VerificationEnabled** | **bool** | Whether verification is enabled. |
2020
**VerificationUiUrl** | **string** | The URL for the verification UI. |
21+
**ContactUrl** | **string** | The URL to the project's Contact page. | [optional]
2122
**LogoDarkUrl** | **string** | The URL for the dark logo. | [optional]
2223
**LogoLightUrl** | **string** | The URL for the light logo on the auth card. | [optional]
24+
**PrivacyPolicyUrl** | **string** | The URL to the project's Privacy Policy page. | [optional]
25+
**TermsOfServiceUrl** | **string** | The URL to the project's Terms of Service page. | [optional]
2326

2427
[[Back to Model list]](../../README.md#documentation-for-models) [[Back to API list]](../../README.md#documentation-for-api-endpoints) [[Back to README]](../../README.md)
2528

0 commit comments

Comments
 (0)