README.md in ory-client-0.0.1.alpha17 vs README.md in ory-client-0.0.1.alpha18
- old
+ new
@@ -1,17 +1,17 @@
# ory-client
-OryHydraClient - the Ruby gem for the Ory APIs
+OryClient - the Ruby gem for the Ory APIs
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed
with a valid Personal Access Token. Public APIs are mostly used in browsers.
This SDK is automatically generated by the [OpenAPI Generator](https://openapi-generator.tech) project:
-- API version: v0.0.1-alpha.17
-- Package version: v0.0.1-alpha.17
+- API version: v0.0.1-alpha.18
+- Package version: v0.0.1-alpha.18
- Build package: org.openapitools.codegen.languages.RubyClientCodegen
## Installation
### Build a gem
@@ -23,20 +23,20 @@
```
Then either install the gem locally:
```shell
-gem install ./ory-client-v0.0.1-alpha.17.gem
+gem install ./ory-client-v0.0.1-alpha.18.gem
```
-(for development, run `gem install --dev ./ory-client-v0.0.1-alpha.17.gem` to install the development dependencies)
+(for development, run `gem install --dev ./ory-client-v0.0.1-alpha.18.gem` to install the development dependencies)
or publish the gem to a gem hosting service, e.g. [RubyGems](https://rubygems.org/).
Finally add this to the Gemfile:
- gem 'ory-client', '~> v0.0.1-alpha.17'
+ gem 'ory-client', '~> v0.0.1-alpha.18'
### Install from Git
If the Ruby gem is hosted at a git repository: https://github.com/ory/sdk, then add the following in the Gemfile:
@@ -56,17 +56,17 @@
```ruby
# Load the gem
require 'ory-client'
-api_instance = OryHydraClient::MetadataApi.new
+api_instance = OryClient::MetadataApi.new
begin
#Return Running Software Version.
result = api_instance.get_version
p result
-rescue OryHydraClient::ApiError => e
+rescue OryClient::ApiError => e
puts "Exception when calling MetadataApi->get_version: #{e}"
end
```
@@ -74,134 +74,143 @@
All URIs are relative to *https://playground.projects.oryapis.com*
Class | Method | HTTP request | Description
------------ | ------------- | ------------- | -------------
-*OryHydraClient::MetadataApi* | [**get_version**](docs/MetadataApi.md#get_version) | **GET** /api/kratos/public/version | Return Running Software Version.
-*OryHydraClient::MetadataApi* | [**is_alive**](docs/MetadataApi.md#is_alive) | **GET** /api/kratos/public/health/alive | Check HTTP Server Status
-*OryHydraClient::MetadataApi* | [**is_ready**](docs/MetadataApi.md#is_ready) | **GET** /api/kratos/public/health/ready | Check HTTP Server and Database Status
-*OryHydraClient::MetadataApi* | [**prometheus**](docs/MetadataApi.md#prometheus) | **GET** /api/kratos/public/metrics/prometheus | Get snapshot metrics from the service. If you're using k8s, you can then add annotations to your deployment like so:
-*OryHydraClient::V0alpha1Api* | [**admin_create_identity**](docs/V0alpha1Api.md#admin_create_identity) | **POST** /api/kratos/admin/identities | Create an Identity
-*OryHydraClient::V0alpha1Api* | [**admin_create_self_service_recovery_link**](docs/V0alpha1Api.md#admin_create_self_service_recovery_link) | **POST** /api/kratos/admin/recovery/link | Create a Recovery Link
-*OryHydraClient::V0alpha1Api* | [**admin_delete_identity**](docs/V0alpha1Api.md#admin_delete_identity) | **DELETE** /api/kratos/admin/identities/{id} | Delete an Identity
-*OryHydraClient::V0alpha1Api* | [**admin_get_identity**](docs/V0alpha1Api.md#admin_get_identity) | **GET** /api/kratos/admin/identities/{id} | Get an Identity
-*OryHydraClient::V0alpha1Api* | [**admin_list_identities**](docs/V0alpha1Api.md#admin_list_identities) | **GET** /api/kratos/admin/identities | List Identities
-*OryHydraClient::V0alpha1Api* | [**admin_update_identity**](docs/V0alpha1Api.md#admin_update_identity) | **PUT** /api/kratos/admin/identities/{id} | Update an Identity
-*OryHydraClient::V0alpha1Api* | [**create_self_service_logout_flow_url_for_browsers**](docs/V0alpha1Api.md#create_self_service_logout_flow_url_for_browsers) | **GET** /api/kratos/public/self-service/logout/browser | Create a Logout URL for Browsers
-*OryHydraClient::V0alpha1Api* | [**get_json_schema**](docs/V0alpha1Api.md#get_json_schema) | **GET** /api/kratos/public/schemas/{id} |
-*OryHydraClient::V0alpha1Api* | [**get_self_service_error**](docs/V0alpha1Api.md#get_self_service_error) | **GET** /api/kratos/public/self-service/errors | Get Self-Service Errors
-*OryHydraClient::V0alpha1Api* | [**get_self_service_login_flow**](docs/V0alpha1Api.md#get_self_service_login_flow) | **GET** /api/kratos/public/self-service/login/flows | Get Login Flow
-*OryHydraClient::V0alpha1Api* | [**get_self_service_recovery_flow**](docs/V0alpha1Api.md#get_self_service_recovery_flow) | **GET** /api/kratos/public/self-service/recovery/flows | Get Recovery Flow
-*OryHydraClient::V0alpha1Api* | [**get_self_service_registration_flow**](docs/V0alpha1Api.md#get_self_service_registration_flow) | **GET** /api/kratos/public/self-service/registration/flows | Get Registration Flow
-*OryHydraClient::V0alpha1Api* | [**get_self_service_settings_flow**](docs/V0alpha1Api.md#get_self_service_settings_flow) | **GET** /api/kratos/public/self-service/settings/flows | Get Settings Flow
-*OryHydraClient::V0alpha1Api* | [**get_self_service_verification_flow**](docs/V0alpha1Api.md#get_self_service_verification_flow) | **GET** /api/kratos/public/self-service/verification/flows | Get Verification Flow
-*OryHydraClient::V0alpha1Api* | [**initialize_self_service_login_flow_for_browsers**](docs/V0alpha1Api.md#initialize_self_service_login_flow_for_browsers) | **GET** /api/kratos/public/self-service/login/browser | Initialize Login Flow for Browsers
-*OryHydraClient::V0alpha1Api* | [**initialize_self_service_login_flow_without_browser**](docs/V0alpha1Api.md#initialize_self_service_login_flow_without_browser) | **GET** /api/kratos/public/self-service/login/api | Initialize Login Flow for APIs, Services, Apps, ...
-*OryHydraClient::V0alpha1Api* | [**initialize_self_service_recovery_flow_for_browsers**](docs/V0alpha1Api.md#initialize_self_service_recovery_flow_for_browsers) | **GET** /api/kratos/public/self-service/recovery/browser | Initialize Recovery Flow for Browsers
-*OryHydraClient::V0alpha1Api* | [**initialize_self_service_recovery_flow_without_browser**](docs/V0alpha1Api.md#initialize_self_service_recovery_flow_without_browser) | **GET** /api/kratos/public/self-service/recovery/api | Initialize Recovery Flow for APIs, Services, Apps, ...
-*OryHydraClient::V0alpha1Api* | [**initialize_self_service_registration_flow_for_browsers**](docs/V0alpha1Api.md#initialize_self_service_registration_flow_for_browsers) | **GET** /api/kratos/public/self-service/registration/browser | Initialize Registration Flow for Browsers
-*OryHydraClient::V0alpha1Api* | [**initialize_self_service_registration_flow_without_browser**](docs/V0alpha1Api.md#initialize_self_service_registration_flow_without_browser) | **GET** /api/kratos/public/self-service/registration/api | Initialize Registration Flow for APIs, Services, Apps, ...
-*OryHydraClient::V0alpha1Api* | [**initialize_self_service_settings_flow_for_browsers**](docs/V0alpha1Api.md#initialize_self_service_settings_flow_for_browsers) | **GET** /api/kratos/public/self-service/settings/browser | Initialize Settings Flow for Browsers
-*OryHydraClient::V0alpha1Api* | [**initialize_self_service_settings_flow_without_browser**](docs/V0alpha1Api.md#initialize_self_service_settings_flow_without_browser) | **GET** /api/kratos/public/self-service/settings/api | Initialize Settings Flow for APIs, Services, Apps, ...
-*OryHydraClient::V0alpha1Api* | [**initialize_self_service_verification_flow_for_browsers**](docs/V0alpha1Api.md#initialize_self_service_verification_flow_for_browsers) | **GET** /api/kratos/public/self-service/verification/browser | Initialize Verification Flow for Browser Clients
-*OryHydraClient::V0alpha1Api* | [**initialize_self_service_verification_flow_without_browser**](docs/V0alpha1Api.md#initialize_self_service_verification_flow_without_browser) | **GET** /api/kratos/public/self-service/verification/api | Initialize Verification Flow for APIs, Services, Apps, ...
-*OryHydraClient::V0alpha1Api* | [**submit_self_service_login_flow**](docs/V0alpha1Api.md#submit_self_service_login_flow) | **POST** /api/kratos/public/self-service/login | Submit a Login Flow
-*OryHydraClient::V0alpha1Api* | [**submit_self_service_logout_flow**](docs/V0alpha1Api.md#submit_self_service_logout_flow) | **GET** /api/kratos/public/self-service/logout | Complete Self-Service Logout
-*OryHydraClient::V0alpha1Api* | [**submit_self_service_logout_flow_without_browser**](docs/V0alpha1Api.md#submit_self_service_logout_flow_without_browser) | **DELETE** /api/kratos/public/self-service/logout/api | Perform Logout for APIs, Services, Apps, ...
-*OryHydraClient::V0alpha1Api* | [**submit_self_service_recovery_flow**](docs/V0alpha1Api.md#submit_self_service_recovery_flow) | **POST** /api/kratos/public/self-service/recovery | Complete Recovery Flow
-*OryHydraClient::V0alpha1Api* | [**submit_self_service_registration_flow**](docs/V0alpha1Api.md#submit_self_service_registration_flow) | **POST** /api/kratos/public/self-service/registration | Submit a Registration Flow
-*OryHydraClient::V0alpha1Api* | [**submit_self_service_settings_flow**](docs/V0alpha1Api.md#submit_self_service_settings_flow) | **POST** /api/kratos/public/self-service/settings | Complete Settings Flow
-*OryHydraClient::V0alpha1Api* | [**submit_self_service_verification_flow**](docs/V0alpha1Api.md#submit_self_service_verification_flow) | **POST** /api/kratos/public/self-service/verification | Complete Verification Flow
-*OryHydraClient::V0alpha1Api* | [**to_session**](docs/V0alpha1Api.md#to_session) | **GET** /api/kratos/public/sessions/whoami | Check Who the Current HTTP Session Belongs To
+*OryClient::MetadataApi* | [**get_version**](docs/MetadataApi.md#get_version) | **GET** /api/kratos/public/version | Return Running Software Version.
+*OryClient::MetadataApi* | [**is_alive**](docs/MetadataApi.md#is_alive) | **GET** /api/kratos/public/health/alive | Check HTTP Server Status
+*OryClient::MetadataApi* | [**is_ready**](docs/MetadataApi.md#is_ready) | **GET** /api/kratos/public/health/ready | Check HTTP Server and Database Status
+*OryClient::MetadataApi* | [**prometheus**](docs/MetadataApi.md#prometheus) | **GET** /api/kratos/public/metrics/prometheus | Get snapshot metrics from the service. If you're using k8s, you can then add annotations to your deployment like so:
+*OryClient::V0alpha2Api* | [**admin_create_identity**](docs/V0alpha2Api.md#admin_create_identity) | **POST** /api/kratos/admin/identities | Create an Identity
+*OryClient::V0alpha2Api* | [**admin_create_self_service_recovery_link**](docs/V0alpha2Api.md#admin_create_self_service_recovery_link) | **POST** /api/kratos/admin/recovery/link | Create a Recovery Link
+*OryClient::V0alpha2Api* | [**admin_delete_identity**](docs/V0alpha2Api.md#admin_delete_identity) | **DELETE** /api/kratos/admin/identities/{id} | Delete an Identity
+*OryClient::V0alpha2Api* | [**admin_get_identity**](docs/V0alpha2Api.md#admin_get_identity) | **GET** /api/kratos/admin/identities/{id} | Get an Identity
+*OryClient::V0alpha2Api* | [**admin_list_identities**](docs/V0alpha2Api.md#admin_list_identities) | **GET** /api/kratos/admin/identities | List Identities
+*OryClient::V0alpha2Api* | [**admin_update_identity**](docs/V0alpha2Api.md#admin_update_identity) | **PUT** /api/kratos/admin/identities/{id} | Update an Identity
+*OryClient::V0alpha2Api* | [**create_self_service_logout_flow_url_for_browsers**](docs/V0alpha2Api.md#create_self_service_logout_flow_url_for_browsers) | **GET** /api/kratos/public/self-service/logout/browser | Create a Logout URL for Browsers
+*OryClient::V0alpha2Api* | [**get_json_schema**](docs/V0alpha2Api.md#get_json_schema) | **GET** /api/kratos/public/schemas/{id} |
+*OryClient::V0alpha2Api* | [**get_self_service_error**](docs/V0alpha2Api.md#get_self_service_error) | **GET** /api/kratos/public/self-service/errors | Get Self-Service Errors
+*OryClient::V0alpha2Api* | [**get_self_service_login_flow**](docs/V0alpha2Api.md#get_self_service_login_flow) | **GET** /api/kratos/public/self-service/login/flows | Get Login Flow
+*OryClient::V0alpha2Api* | [**get_self_service_recovery_flow**](docs/V0alpha2Api.md#get_self_service_recovery_flow) | **GET** /api/kratos/public/self-service/recovery/flows | Get Recovery Flow
+*OryClient::V0alpha2Api* | [**get_self_service_registration_flow**](docs/V0alpha2Api.md#get_self_service_registration_flow) | **GET** /api/kratos/public/self-service/registration/flows | Get Registration Flow
+*OryClient::V0alpha2Api* | [**get_self_service_settings_flow**](docs/V0alpha2Api.md#get_self_service_settings_flow) | **GET** /api/kratos/public/self-service/settings/flows | Get Settings Flow
+*OryClient::V0alpha2Api* | [**get_self_service_verification_flow**](docs/V0alpha2Api.md#get_self_service_verification_flow) | **GET** /api/kratos/public/self-service/verification/flows | Get Verification Flow
+*OryClient::V0alpha2Api* | [**initialize_self_service_login_flow_for_browsers**](docs/V0alpha2Api.md#initialize_self_service_login_flow_for_browsers) | **GET** /api/kratos/public/self-service/login/browser | Initialize Login Flow for Browsers
+*OryClient::V0alpha2Api* | [**initialize_self_service_login_flow_without_browser**](docs/V0alpha2Api.md#initialize_self_service_login_flow_without_browser) | **GET** /api/kratos/public/self-service/login/api | Initialize Login Flow for APIs, Services, Apps, ...
+*OryClient::V0alpha2Api* | [**initialize_self_service_recovery_flow_for_browsers**](docs/V0alpha2Api.md#initialize_self_service_recovery_flow_for_browsers) | **GET** /api/kratos/public/self-service/recovery/browser | Initialize Recovery Flow for Browsers
+*OryClient::V0alpha2Api* | [**initialize_self_service_recovery_flow_without_browser**](docs/V0alpha2Api.md#initialize_self_service_recovery_flow_without_browser) | **GET** /api/kratos/public/self-service/recovery/api | Initialize Recovery Flow for APIs, Services, Apps, ...
+*OryClient::V0alpha2Api* | [**initialize_self_service_registration_flow_for_browsers**](docs/V0alpha2Api.md#initialize_self_service_registration_flow_for_browsers) | **GET** /api/kratos/public/self-service/registration/browser | Initialize Registration Flow for Browsers
+*OryClient::V0alpha2Api* | [**initialize_self_service_registration_flow_without_browser**](docs/V0alpha2Api.md#initialize_self_service_registration_flow_without_browser) | **GET** /api/kratos/public/self-service/registration/api | Initialize Registration Flow for APIs, Services, Apps, ...
+*OryClient::V0alpha2Api* | [**initialize_self_service_settings_flow_for_browsers**](docs/V0alpha2Api.md#initialize_self_service_settings_flow_for_browsers) | **GET** /api/kratos/public/self-service/settings/browser | Initialize Settings Flow for Browsers
+*OryClient::V0alpha2Api* | [**initialize_self_service_settings_flow_without_browser**](docs/V0alpha2Api.md#initialize_self_service_settings_flow_without_browser) | **GET** /api/kratos/public/self-service/settings/api | Initialize Settings Flow for APIs, Services, Apps, ...
+*OryClient::V0alpha2Api* | [**initialize_self_service_verification_flow_for_browsers**](docs/V0alpha2Api.md#initialize_self_service_verification_flow_for_browsers) | **GET** /api/kratos/public/self-service/verification/browser | Initialize Verification Flow for Browser Clients
+*OryClient::V0alpha2Api* | [**initialize_self_service_verification_flow_without_browser**](docs/V0alpha2Api.md#initialize_self_service_verification_flow_without_browser) | **GET** /api/kratos/public/self-service/verification/api | Initialize Verification Flow for APIs, Services, Apps, ...
+*OryClient::V0alpha2Api* | [**submit_self_service_login_flow**](docs/V0alpha2Api.md#submit_self_service_login_flow) | **POST** /api/kratos/public/self-service/login | Submit a Login Flow
+*OryClient::V0alpha2Api* | [**submit_self_service_logout_flow**](docs/V0alpha2Api.md#submit_self_service_logout_flow) | **GET** /api/kratos/public/self-service/logout | Complete Self-Service Logout
+*OryClient::V0alpha2Api* | [**submit_self_service_logout_flow_without_browser**](docs/V0alpha2Api.md#submit_self_service_logout_flow_without_browser) | **DELETE** /api/kratos/public/self-service/logout/api | Perform Logout for APIs, Services, Apps, ...
+*OryClient::V0alpha2Api* | [**submit_self_service_recovery_flow**](docs/V0alpha2Api.md#submit_self_service_recovery_flow) | **POST** /api/kratos/public/self-service/recovery | Complete Recovery Flow
+*OryClient::V0alpha2Api* | [**submit_self_service_registration_flow**](docs/V0alpha2Api.md#submit_self_service_registration_flow) | **POST** /api/kratos/public/self-service/registration | Submit a Registration Flow
+*OryClient::V0alpha2Api* | [**submit_self_service_settings_flow**](docs/V0alpha2Api.md#submit_self_service_settings_flow) | **POST** /api/kratos/public/self-service/settings | Complete Settings Flow
+*OryClient::V0alpha2Api* | [**submit_self_service_verification_flow**](docs/V0alpha2Api.md#submit_self_service_verification_flow) | **POST** /api/kratos/public/self-service/verification | Complete Verification Flow
+*OryClient::V0alpha2Api* | [**to_session**](docs/V0alpha2Api.md#to_session) | **GET** /api/kratos/public/sessions/whoami | Check Who the Current HTTP Session Belongs To
## Documentation for Models
- - [OryHydraClient::AdminCreateIdentityBody](docs/AdminCreateIdentityBody.md)
- - [OryHydraClient::AdminCreateSelfServiceRecoveryLinkBody](docs/AdminCreateSelfServiceRecoveryLinkBody.md)
- - [OryHydraClient::AdminUpdateIdentityBody](docs/AdminUpdateIdentityBody.md)
- - [OryHydraClient::AuthenticateOKBody](docs/AuthenticateOKBody.md)
- - [OryHydraClient::ContainerChangeResponseItem](docs/ContainerChangeResponseItem.md)
- - [OryHydraClient::ContainerCreateCreatedBody](docs/ContainerCreateCreatedBody.md)
- - [OryHydraClient::ContainerTopOKBody](docs/ContainerTopOKBody.md)
- - [OryHydraClient::ContainerUpdateOKBody](docs/ContainerUpdateOKBody.md)
- - [OryHydraClient::ContainerWaitOKBody](docs/ContainerWaitOKBody.md)
- - [OryHydraClient::ContainerWaitOKBodyError](docs/ContainerWaitOKBodyError.md)
- - [OryHydraClient::ErrorResponse](docs/ErrorResponse.md)
- - [OryHydraClient::GenericError](docs/GenericError.md)
- - [OryHydraClient::GraphDriverData](docs/GraphDriverData.md)
- - [OryHydraClient::HealthNotReadyStatus](docs/HealthNotReadyStatus.md)
- - [OryHydraClient::HealthStatus](docs/HealthStatus.md)
- - [OryHydraClient::IdResponse](docs/IdResponse.md)
- - [OryHydraClient::Identity](docs/Identity.md)
- - [OryHydraClient::IdentityCredentials](docs/IdentityCredentials.md)
- - [OryHydraClient::IdentityState](docs/IdentityState.md)
- - [OryHydraClient::ImageDeleteResponseItem](docs/ImageDeleteResponseItem.md)
- - [OryHydraClient::ImageSummary](docs/ImageSummary.md)
- - [OryHydraClient::InlineResponse200](docs/InlineResponse200.md)
- - [OryHydraClient::InlineResponse2001](docs/InlineResponse2001.md)
- - [OryHydraClient::InlineResponse503](docs/InlineResponse503.md)
- - [OryHydraClient::JsonError](docs/JsonError.md)
- - [OryHydraClient::Meta](docs/Meta.md)
- - [OryHydraClient::Plugin](docs/Plugin.md)
- - [OryHydraClient::PluginConfig](docs/PluginConfig.md)
- - [OryHydraClient::PluginConfigArgs](docs/PluginConfigArgs.md)
- - [OryHydraClient::PluginConfigInterface](docs/PluginConfigInterface.md)
- - [OryHydraClient::PluginConfigLinux](docs/PluginConfigLinux.md)
- - [OryHydraClient::PluginConfigNetwork](docs/PluginConfigNetwork.md)
- - [OryHydraClient::PluginConfigRootfs](docs/PluginConfigRootfs.md)
- - [OryHydraClient::PluginConfigUser](docs/PluginConfigUser.md)
- - [OryHydraClient::PluginDevice](docs/PluginDevice.md)
- - [OryHydraClient::PluginEnv](docs/PluginEnv.md)
- - [OryHydraClient::PluginInterfaceType](docs/PluginInterfaceType.md)
- - [OryHydraClient::PluginMount](docs/PluginMount.md)
- - [OryHydraClient::PluginSettings](docs/PluginSettings.md)
- - [OryHydraClient::Port](docs/Port.md)
- - [OryHydraClient::RecoveryAddress](docs/RecoveryAddress.md)
- - [OryHydraClient::SelfServiceError](docs/SelfServiceError.md)
- - [OryHydraClient::SelfServiceLoginFlow](docs/SelfServiceLoginFlow.md)
- - [OryHydraClient::SelfServiceLogoutUrl](docs/SelfServiceLogoutUrl.md)
- - [OryHydraClient::SelfServiceRecoveryFlow](docs/SelfServiceRecoveryFlow.md)
- - [OryHydraClient::SelfServiceRecoveryFlowState](docs/SelfServiceRecoveryFlowState.md)
- - [OryHydraClient::SelfServiceRecoveryLink](docs/SelfServiceRecoveryLink.md)
- - [OryHydraClient::SelfServiceRegistrationFlow](docs/SelfServiceRegistrationFlow.md)
- - [OryHydraClient::SelfServiceSettingsFlow](docs/SelfServiceSettingsFlow.md)
- - [OryHydraClient::SelfServiceSettingsFlowState](docs/SelfServiceSettingsFlowState.md)
- - [OryHydraClient::SelfServiceVerificationFlow](docs/SelfServiceVerificationFlow.md)
- - [OryHydraClient::SelfServiceVerificationFlowState](docs/SelfServiceVerificationFlowState.md)
- - [OryHydraClient::ServiceUpdateResponse](docs/ServiceUpdateResponse.md)
- - [OryHydraClient::Session](docs/Session.md)
- - [OryHydraClient::SettingsProfileFormConfig](docs/SettingsProfileFormConfig.md)
- - [OryHydraClient::SubmitSelfServiceLoginFlowBody](docs/SubmitSelfServiceLoginFlowBody.md)
- - [OryHydraClient::SubmitSelfServiceLoginFlowWithOidcMethodBody](docs/SubmitSelfServiceLoginFlowWithOidcMethodBody.md)
- - [OryHydraClient::SubmitSelfServiceLoginFlowWithPasswordMethodBody](docs/SubmitSelfServiceLoginFlowWithPasswordMethodBody.md)
- - [OryHydraClient::SubmitSelfServiceLogoutFlowWithoutBrowserBody](docs/SubmitSelfServiceLogoutFlowWithoutBrowserBody.md)
- - [OryHydraClient::SubmitSelfServiceRecoveryFlowBody](docs/SubmitSelfServiceRecoveryFlowBody.md)
- - [OryHydraClient::SubmitSelfServiceRecoveryFlowWithLinkMethodBody](docs/SubmitSelfServiceRecoveryFlowWithLinkMethodBody.md)
- - [OryHydraClient::SubmitSelfServiceRegistrationFlowBody](docs/SubmitSelfServiceRegistrationFlowBody.md)
- - [OryHydraClient::SubmitSelfServiceRegistrationFlowWithOidcMethodBody](docs/SubmitSelfServiceRegistrationFlowWithOidcMethodBody.md)
- - [OryHydraClient::SubmitSelfServiceRegistrationFlowWithPasswordMethodBody](docs/SubmitSelfServiceRegistrationFlowWithPasswordMethodBody.md)
- - [OryHydraClient::SubmitSelfServiceSettingsFlowBody](docs/SubmitSelfServiceSettingsFlowBody.md)
- - [OryHydraClient::SubmitSelfServiceSettingsFlowWithOidcMethodBody](docs/SubmitSelfServiceSettingsFlowWithOidcMethodBody.md)
- - [OryHydraClient::SubmitSelfServiceSettingsFlowWithPasswordMethodBody](docs/SubmitSelfServiceSettingsFlowWithPasswordMethodBody.md)
- - [OryHydraClient::SubmitSelfServiceSettingsFlowWithProfileMethodBody](docs/SubmitSelfServiceSettingsFlowWithProfileMethodBody.md)
- - [OryHydraClient::SubmitSelfServiceVerificationFlowBody](docs/SubmitSelfServiceVerificationFlowBody.md)
- - [OryHydraClient::SubmitSelfServiceVerificationFlowWithLinkMethodBody](docs/SubmitSelfServiceVerificationFlowWithLinkMethodBody.md)
- - [OryHydraClient::SuccessfulSelfServiceLoginWithoutBrowser](docs/SuccessfulSelfServiceLoginWithoutBrowser.md)
- - [OryHydraClient::SuccessfulSelfServiceRegistrationWithoutBrowser](docs/SuccessfulSelfServiceRegistrationWithoutBrowser.md)
- - [OryHydraClient::SuccessfulSelfServiceSettingsWithoutBrowser](docs/SuccessfulSelfServiceSettingsWithoutBrowser.md)
- - [OryHydraClient::UiContainer](docs/UiContainer.md)
- - [OryHydraClient::UiNode](docs/UiNode.md)
- - [OryHydraClient::UiNodeAnchorAttributes](docs/UiNodeAnchorAttributes.md)
- - [OryHydraClient::UiNodeAttributes](docs/UiNodeAttributes.md)
- - [OryHydraClient::UiNodeImageAttributes](docs/UiNodeImageAttributes.md)
- - [OryHydraClient::UiNodeInputAttributes](docs/UiNodeInputAttributes.md)
- - [OryHydraClient::UiNodeTextAttributes](docs/UiNodeTextAttributes.md)
- - [OryHydraClient::UiText](docs/UiText.md)
- - [OryHydraClient::VerifiableIdentityAddress](docs/VerifiableIdentityAddress.md)
- - [OryHydraClient::Version](docs/Version.md)
- - [OryHydraClient::Volume](docs/Volume.md)
- - [OryHydraClient::VolumeUsageData](docs/VolumeUsageData.md)
+ - [OryClient::AdminCreateIdentityBody](docs/AdminCreateIdentityBody.md)
+ - [OryClient::AdminCreateSelfServiceRecoveryLinkBody](docs/AdminCreateSelfServiceRecoveryLinkBody.md)
+ - [OryClient::AdminUpdateIdentityBody](docs/AdminUpdateIdentityBody.md)
+ - [OryClient::AuthenticateOKBody](docs/AuthenticateOKBody.md)
+ - [OryClient::AuthenticatorAssuranceLevel](docs/AuthenticatorAssuranceLevel.md)
+ - [OryClient::ContainerChangeResponseItem](docs/ContainerChangeResponseItem.md)
+ - [OryClient::ContainerCreateCreatedBody](docs/ContainerCreateCreatedBody.md)
+ - [OryClient::ContainerTopOKBody](docs/ContainerTopOKBody.md)
+ - [OryClient::ContainerUpdateOKBody](docs/ContainerUpdateOKBody.md)
+ - [OryClient::ContainerWaitOKBody](docs/ContainerWaitOKBody.md)
+ - [OryClient::ContainerWaitOKBodyError](docs/ContainerWaitOKBodyError.md)
+ - [OryClient::ErrorResponse](docs/ErrorResponse.md)
+ - [OryClient::GenericError](docs/GenericError.md)
+ - [OryClient::GraphDriverData](docs/GraphDriverData.md)
+ - [OryClient::HealthNotReadyStatus](docs/HealthNotReadyStatus.md)
+ - [OryClient::HealthStatus](docs/HealthStatus.md)
+ - [OryClient::IdResponse](docs/IdResponse.md)
+ - [OryClient::Identity](docs/Identity.md)
+ - [OryClient::IdentityCredentials](docs/IdentityCredentials.md)
+ - [OryClient::IdentityCredentialsType](docs/IdentityCredentialsType.md)
+ - [OryClient::IdentityState](docs/IdentityState.md)
+ - [OryClient::ImageDeleteResponseItem](docs/ImageDeleteResponseItem.md)
+ - [OryClient::ImageSummary](docs/ImageSummary.md)
+ - [OryClient::InlineResponse200](docs/InlineResponse200.md)
+ - [OryClient::InlineResponse2001](docs/InlineResponse2001.md)
+ - [OryClient::InlineResponse503](docs/InlineResponse503.md)
+ - [OryClient::JsonError](docs/JsonError.md)
+ - [OryClient::Meta](docs/Meta.md)
+ - [OryClient::Plugin](docs/Plugin.md)
+ - [OryClient::PluginConfig](docs/PluginConfig.md)
+ - [OryClient::PluginConfigArgs](docs/PluginConfigArgs.md)
+ - [OryClient::PluginConfigInterface](docs/PluginConfigInterface.md)
+ - [OryClient::PluginConfigLinux](docs/PluginConfigLinux.md)
+ - [OryClient::PluginConfigNetwork](docs/PluginConfigNetwork.md)
+ - [OryClient::PluginConfigRootfs](docs/PluginConfigRootfs.md)
+ - [OryClient::PluginConfigUser](docs/PluginConfigUser.md)
+ - [OryClient::PluginDevice](docs/PluginDevice.md)
+ - [OryClient::PluginEnv](docs/PluginEnv.md)
+ - [OryClient::PluginInterfaceType](docs/PluginInterfaceType.md)
+ - [OryClient::PluginMount](docs/PluginMount.md)
+ - [OryClient::PluginSettings](docs/PluginSettings.md)
+ - [OryClient::Port](docs/Port.md)
+ - [OryClient::RecoveryAddress](docs/RecoveryAddress.md)
+ - [OryClient::SelfServiceError](docs/SelfServiceError.md)
+ - [OryClient::SelfServiceLoginFlow](docs/SelfServiceLoginFlow.md)
+ - [OryClient::SelfServiceLogoutUrl](docs/SelfServiceLogoutUrl.md)
+ - [OryClient::SelfServiceRecoveryFlow](docs/SelfServiceRecoveryFlow.md)
+ - [OryClient::SelfServiceRecoveryFlowState](docs/SelfServiceRecoveryFlowState.md)
+ - [OryClient::SelfServiceRecoveryLink](docs/SelfServiceRecoveryLink.md)
+ - [OryClient::SelfServiceRegistrationFlow](docs/SelfServiceRegistrationFlow.md)
+ - [OryClient::SelfServiceSettingsFlow](docs/SelfServiceSettingsFlow.md)
+ - [OryClient::SelfServiceSettingsFlowState](docs/SelfServiceSettingsFlowState.md)
+ - [OryClient::SelfServiceVerificationFlow](docs/SelfServiceVerificationFlow.md)
+ - [OryClient::SelfServiceVerificationFlowState](docs/SelfServiceVerificationFlowState.md)
+ - [OryClient::ServiceUpdateResponse](docs/ServiceUpdateResponse.md)
+ - [OryClient::Session](docs/Session.md)
+ - [OryClient::SessionAuthenticationMethod](docs/SessionAuthenticationMethod.md)
+ - [OryClient::SessionDevice](docs/SessionDevice.md)
+ - [OryClient::SettingsProfileFormConfig](docs/SettingsProfileFormConfig.md)
+ - [OryClient::SubmitSelfServiceLoginFlowBody](docs/SubmitSelfServiceLoginFlowBody.md)
+ - [OryClient::SubmitSelfServiceLoginFlowWithLookupSecretMethodBody](docs/SubmitSelfServiceLoginFlowWithLookupSecretMethodBody.md)
+ - [OryClient::SubmitSelfServiceLoginFlowWithOidcMethodBody](docs/SubmitSelfServiceLoginFlowWithOidcMethodBody.md)
+ - [OryClient::SubmitSelfServiceLoginFlowWithPasswordMethodBody](docs/SubmitSelfServiceLoginFlowWithPasswordMethodBody.md)
+ - [OryClient::SubmitSelfServiceLoginFlowWithTotpMethodBody](docs/SubmitSelfServiceLoginFlowWithTotpMethodBody.md)
+ - [OryClient::SubmitSelfServiceLoginFlowWithWebAuthnMethodBody](docs/SubmitSelfServiceLoginFlowWithWebAuthnMethodBody.md)
+ - [OryClient::SubmitSelfServiceLogoutFlowWithoutBrowserBody](docs/SubmitSelfServiceLogoutFlowWithoutBrowserBody.md)
+ - [OryClient::SubmitSelfServiceRecoveryFlowBody](docs/SubmitSelfServiceRecoveryFlowBody.md)
+ - [OryClient::SubmitSelfServiceRecoveryFlowWithLinkMethodBody](docs/SubmitSelfServiceRecoveryFlowWithLinkMethodBody.md)
+ - [OryClient::SubmitSelfServiceRegistrationFlowBody](docs/SubmitSelfServiceRegistrationFlowBody.md)
+ - [OryClient::SubmitSelfServiceRegistrationFlowWithOidcMethodBody](docs/SubmitSelfServiceRegistrationFlowWithOidcMethodBody.md)
+ - [OryClient::SubmitSelfServiceRegistrationFlowWithPasswordMethodBody](docs/SubmitSelfServiceRegistrationFlowWithPasswordMethodBody.md)
+ - [OryClient::SubmitSelfServiceSettingsFlowBody](docs/SubmitSelfServiceSettingsFlowBody.md)
+ - [OryClient::SubmitSelfServiceSettingsFlowWithLookupMethodBody](docs/SubmitSelfServiceSettingsFlowWithLookupMethodBody.md)
+ - [OryClient::SubmitSelfServiceSettingsFlowWithOidcMethodBody](docs/SubmitSelfServiceSettingsFlowWithOidcMethodBody.md)
+ - [OryClient::SubmitSelfServiceSettingsFlowWithPasswordMethodBody](docs/SubmitSelfServiceSettingsFlowWithPasswordMethodBody.md)
+ - [OryClient::SubmitSelfServiceSettingsFlowWithProfileMethodBody](docs/SubmitSelfServiceSettingsFlowWithProfileMethodBody.md)
+ - [OryClient::SubmitSelfServiceSettingsFlowWithTotpMethodBody](docs/SubmitSelfServiceSettingsFlowWithTotpMethodBody.md)
+ - [OryClient::SubmitSelfServiceSettingsFlowWithWebAuthnMethodBody](docs/SubmitSelfServiceSettingsFlowWithWebAuthnMethodBody.md)
+ - [OryClient::SubmitSelfServiceVerificationFlowBody](docs/SubmitSelfServiceVerificationFlowBody.md)
+ - [OryClient::SubmitSelfServiceVerificationFlowWithLinkMethodBody](docs/SubmitSelfServiceVerificationFlowWithLinkMethodBody.md)
+ - [OryClient::SuccessfulSelfServiceLoginWithoutBrowser](docs/SuccessfulSelfServiceLoginWithoutBrowser.md)
+ - [OryClient::SuccessfulSelfServiceRegistrationWithoutBrowser](docs/SuccessfulSelfServiceRegistrationWithoutBrowser.md)
+ - [OryClient::UiContainer](docs/UiContainer.md)
+ - [OryClient::UiNode](docs/UiNode.md)
+ - [OryClient::UiNodeAnchorAttributes](docs/UiNodeAnchorAttributes.md)
+ - [OryClient::UiNodeAttributes](docs/UiNodeAttributes.md)
+ - [OryClient::UiNodeImageAttributes](docs/UiNodeImageAttributes.md)
+ - [OryClient::UiNodeInputAttributes](docs/UiNodeInputAttributes.md)
+ - [OryClient::UiNodeTextAttributes](docs/UiNodeTextAttributes.md)
+ - [OryClient::UiText](docs/UiText.md)
+ - [OryClient::VerifiableIdentityAddress](docs/VerifiableIdentityAddress.md)
+ - [OryClient::Version](docs/Version.md)
+ - [OryClient::Volume](docs/Volume.md)
+ - [OryClient::VolumeUsageData](docs/VolumeUsageData.md)
## Documentation for Authorization