Skip to content

Commit

Permalink
autogen: regenerate OpenAPI client for v1.16.7
Browse files Browse the repository at this point in the history
Version: v1.16.7
  • Loading branch information
aeneasr committed Feb 14, 2025
1 parent 0a4e8ac commit dcd1b12
Show file tree
Hide file tree
Showing 14 changed files with 585 additions and 296 deletions.
26 changes: 16 additions & 10 deletions doc/AccountExperienceConfiguration.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,16 +8,22 @@ import 'package:ory_client/api.dart';
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**accountExperienceThemeStylesheet** | **String** | | [optional]
**faviconType** | **String** | | [optional]
**faviconUrl** | **String** | | [optional]
**kratosSelfserviceDefaultBrowserReturnUrl** | **String** | | [optional]
**kratosSelfserviceFlowsRecoveryEnabled** | **bool** | | [optional]
**kratosSelfserviceFlowsRegistrationEnabled** | **bool** | | [optional]
**kratosSelfserviceFlowsVerificationEnabled** | **bool** | | [optional]
**logoUrl** | **String** | | [optional]
**name** | **String** | | [optional]
**organizationMap** | **BuiltMap<String, String>** | | [optional]
**defaultRedirectUrl** | **String** | |
**errorUiUrl** | **String** | |
**faviconDarkUrl** | **String** | | [optional]
**faviconLightUrl** | **String** | | [optional]
**loginUiUrl** | **String** | |
**logoDarkUrl** | **String** | | [optional]
**logoLightUrl** | **String** | | [optional]
**name** | **String** | |
**recoveryEnabled** | **bool** | |
**recoveryUiUrl** | **String** | |
**registrationEnabled** | **bool** | |
**registrationUiUrl** | **String** | |
**settingsUiUrl** | **String** | |
**stylesheet** | **String** | | [optional]
**verificationEnabled** | **bool** | |
**verificationUiUrl** | **String** | |

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

Expand Down
1 change: 1 addition & 0 deletions doc/CreateIdentityBody.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ Name | Type | Description | Notes
**credentials** | [**IdentityWithCredentials**](IdentityWithCredentials.md) | | [optional]
**metadataAdmin** | [**JsonObject**](.md) | Store metadata about the user which is only accessible through admin APIs such as `GET /admin/identities/<id>`. | [optional]
**metadataPublic** | [**JsonObject**](.md) | Store metadata about the identity which the identity itself can see when calling for example the session endpoint. Do not store sensitive information (e.g. credit score) about the identity in this field. | [optional]
**organizationId** | **String** | | [optional]
**recoveryAddresses** | [**BuiltList&lt;RecoveryIdentityAddress&gt;**](RecoveryIdentityAddress.md) | RecoveryAddresses contains all the addresses that can be used to recover an identity. Use this structure to import recovery addresses for an identity. Please keep in mind that the address needs to be represented in the Identity Schema or this field will be overwritten on the next identity update. | [optional]
**schemaId** | **String** | SchemaID is the ID of the JSON Schema to be used for validating the identity's traits. |
**state** | **String** | State is the identity's state. active StateActive inactive StateInactive | [optional]
Expand Down
2 changes: 2 additions & 0 deletions doc/NormalizedProjectRevisionThirdPartyProvider.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,12 @@ Name | Type | Description | Notes
**clientId** | **String** | ClientID is the application's Client ID. | [optional]
**clientSecret** | **String** | | [optional]
**createdAt** | [**DateTime**](DateTime.md) | The Project's Revision Creation Date | [optional]
**fedcmConfigUrl** | **String** | | [optional]
**id** | **String** | | [optional]
**issuerUrl** | **String** | IssuerURL is the OpenID Connect Server URL. You can leave this empty if `provider` is not set to `generic`. If set, neither `auth_url` nor `token_url` are required. | [optional]
**label** | **String** | Label represents an optional label which can be used in the UI generation. | [optional]
**mapperUrl** | **String** | Mapper specifies the JSONNet code snippet which uses the OpenID Connect Provider's data (e.g. GitHub or Google profile information) to hydrate the identity's data. | [optional]
**netIdTokenOriginHeader** | **String** | | [optional]
**organizationId** | **String** | | [optional]
**pkce** | **String** | PKCE controls if the OpenID Connect OAuth2 flow should use PKCE (Proof Key for Code Exchange). Possible values are: `auto` (default), `never`, `force`. `auto`: PKCE is used if the provider supports it. Requires setting `issuer_url`. `never`: Disable PKCE entirely for this provider, even if the provider advertises support for it. `force`: Always use PKCE, even if the provider does not advertise support for it. OAuth2 flows will fail if the provider does not support PKCE. IMPORTANT: If you set this to `force`, you must whitelist a different return URL for your OAuth2 client in the provider's configuration. Instead of <base-url>/self-service/methods/oidc/callback/<provider>, you must use <base-url>/self-service/methods/oidc/callback (Note the missing <provider> path segment and no trailing slash). | [optional]
**projectRevisionId** | **String** | The Revision's ID this schema belongs to | [optional]
Expand Down
Loading

0 comments on commit dcd1b12

Please sign in to comment.