ory-kratos-client 0.6.3.alpha1 → 0.7.3.alpha1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/README.md +135 -145
- data/docs/AdminCreateIdentityBody.md +20 -0
- data/docs/AdminCreateSelfServiceRecoveryLinkBody.md +20 -0
- data/docs/AdminUpdateIdentityBody.md +22 -0
- data/docs/AuthenticateOKBody.md +2 -2
- data/docs/ContainerChangeResponseItem.md +2 -2
- data/docs/ContainerCreateCreatedBody.md +2 -2
- data/docs/ContainerTopOKBody.md +2 -2
- data/docs/ContainerUpdateOKBody.md +2 -2
- data/docs/ContainerWaitOKBody.md +2 -2
- data/docs/ContainerWaitOKBodyError.md +2 -2
- data/docs/ErrorResponse.md +2 -2
- data/docs/GenericError.md +3 -3
- data/docs/GraphDriverData.md +2 -2
- data/docs/HealthNotReadyStatus.md +2 -2
- data/docs/HealthStatus.md +2 -2
- data/docs/IdResponse.md +2 -2
- data/docs/Identity.md +8 -2
- data/docs/IdentityCredentials.md +2 -2
- data/docs/IdentityState.md +15 -0
- data/docs/ImageDeleteResponseItem.md +2 -2
- data/docs/ImageSummary.md +2 -2
- data/docs/InlineResponse200.md +2 -2
- data/docs/InlineResponse2001.md +2 -2
- data/docs/InlineResponse503.md +2 -2
- data/docs/JsonError.md +2 -2
- data/docs/Meta.md +2 -2
- data/docs/MetadataApi.md +254 -0
- data/docs/Plugin.md +2 -2
- data/docs/PluginConfig.md +2 -2
- data/docs/PluginConfigArgs.md +2 -2
- data/docs/PluginConfigInterface.md +2 -2
- data/docs/PluginConfigLinux.md +2 -2
- data/docs/PluginConfigNetwork.md +2 -2
- data/docs/PluginConfigRootfs.md +2 -2
- data/docs/PluginConfigUser.md +2 -2
- data/docs/PluginDevice.md +2 -2
- data/docs/PluginEnv.md +2 -2
- data/docs/PluginInterfaceType.md +2 -2
- data/docs/PluginMount.md +2 -2
- data/docs/PluginSettings.md +2 -2
- data/docs/Port.md +2 -2
- data/docs/RecoveryAddress.md +2 -2
- data/docs/SelfServiceError.md +24 -0
- data/docs/SelfServiceLoginFlow.md +36 -0
- data/docs/SelfServiceLogoutUrl.md +18 -0
- data/docs/SelfServiceRecoveryFlow.md +32 -0
- data/docs/SelfServiceRecoveryFlowState.md +15 -0
- data/docs/SelfServiceRecoveryLink.md +20 -0
- data/docs/SelfServiceRegistrationFlow.md +30 -0
- data/docs/SelfServiceSettingsFlow.md +34 -0
- data/docs/SelfServiceSettingsFlowState.md +15 -0
- data/docs/SelfServiceVerificationFlow.md +32 -0
- data/docs/SelfServiceVerificationFlowState.md +15 -0
- data/docs/ServiceUpdateResponse.md +2 -2
- data/docs/Session.md +6 -6
- data/docs/SettingsProfileFormConfig.md +2 -2
- data/docs/SubmitSelfServiceLoginFlowBody.md +76 -0
- data/docs/SubmitSelfServiceLoginFlowWithOidcMethodBody.md +22 -0
- data/docs/SubmitSelfServiceLoginFlowWithPasswordMethodBody.md +24 -0
- data/docs/SubmitSelfServiceLogoutFlowWithoutBrowserBody.md +18 -0
- data/docs/SubmitSelfServiceRecoveryFlowBody.md +75 -0
- data/docs/SubmitSelfServiceRecoveryFlowWithLinkMethodBody.md +22 -0
- data/docs/SubmitSelfServiceRegistrationFlowBody.md +76 -0
- data/docs/SubmitSelfServiceRegistrationFlowWithOidcMethodBody.md +22 -0
- data/docs/SubmitSelfServiceRegistrationFlowWithPasswordMethodBody.md +24 -0
- data/docs/SubmitSelfServiceSettingsFlowBody.md +79 -0
- data/docs/SubmitSelfServiceSettingsFlowWithOidcMethodBody.md +24 -0
- data/docs/SubmitSelfServiceSettingsFlowWithPasswordMethodBody.md +22 -0
- data/docs/SubmitSelfServiceSettingsFlowWithProfileMethodBody.md +22 -0
- data/docs/SubmitSelfServiceVerificationFlowBody.md +75 -0
- data/docs/SubmitSelfServiceVerificationFlowWithLinkMethodBody.md +22 -0
- data/docs/SuccessfulSelfServiceLoginWithoutBrowser.md +20 -0
- data/docs/SuccessfulSelfServiceRegistrationWithoutBrowser.md +22 -0
- data/docs/SuccessfulSelfServiceSettingsWithoutBrowser.md +20 -0
- data/docs/UiContainer.md +2 -2
- data/docs/UiNode.md +2 -2
- data/docs/UiNodeAnchorAttributes.md +2 -2
- data/docs/UiNodeAttributes.md +4 -4
- data/docs/UiNodeImageAttributes.md +2 -2
- data/docs/UiNodeInputAttributes.md +3 -3
- data/docs/UiNodeTextAttributes.md +2 -2
- data/docs/UiText.md +2 -2
- data/docs/V0alpha1Api.md +2177 -0
- data/docs/VerifiableIdentityAddress.md +2 -2
- data/docs/Version.md +2 -2
- data/docs/Volume.md +2 -2
- data/docs/VolumeUsageData.md +2 -2
- data/lib/ory-kratos-client/api/metadata_api.rb +248 -0
- data/lib/ory-kratos-client/api/v0alpha1_api.rb +2054 -0
- data/lib/ory-kratos-client/api_client.rb +4 -4
- data/lib/ory-kratos-client/api_error.rb +3 -3
- data/lib/ory-kratos-client/configuration.rb +5 -19
- data/lib/ory-kratos-client/models/admin_create_identity_body.rb +239 -0
- data/lib/ory-kratos-client/models/admin_create_self_service_recovery_link_body.rb +250 -0
- data/lib/ory-kratos-client/models/admin_update_identity_body.rb +248 -0
- data/lib/ory-kratos-client/models/authenticate_ok_body.rb +6 -6
- data/lib/ory-kratos-client/models/container_change_response_item.rb +6 -6
- data/lib/ory-kratos-client/models/container_create_created_body.rb +6 -6
- data/lib/ory-kratos-client/models/container_top_ok_body.rb +6 -6
- data/lib/ory-kratos-client/models/container_update_ok_body.rb +6 -6
- data/lib/ory-kratos-client/models/container_wait_ok_body.rb +6 -6
- data/lib/ory-kratos-client/models/container_wait_ok_body_error.rb +6 -6
- data/lib/ory-kratos-client/models/error_response.rb +6 -6
- data/lib/ory-kratos-client/models/generic_error.rb +8 -10
- data/lib/ory-kratos-client/models/graph_driver_data.rb +6 -6
- data/lib/ory-kratos-client/models/health_not_ready_status.rb +6 -6
- data/lib/ory-kratos-client/models/health_status.rb +6 -6
- data/lib/ory-kratos-client/models/id_response.rb +6 -6
- data/lib/ory-kratos-client/models/identity.rb +37 -7
- data/lib/ory-kratos-client/models/identity_credentials.rb +6 -6
- data/lib/ory-kratos-client/models/identity_state.rb +37 -0
- data/lib/ory-kratos-client/models/image_delete_response_item.rb +6 -6
- data/lib/ory-kratos-client/models/image_summary.rb +6 -6
- data/lib/ory-kratos-client/models/inline_response200.rb +6 -6
- data/lib/ory-kratos-client/models/inline_response2001.rb +6 -6
- data/lib/ory-kratos-client/models/inline_response503.rb +6 -6
- data/lib/ory-kratos-client/models/json_error.rb +6 -6
- data/lib/ory-kratos-client/models/meta.rb +6 -6
- data/lib/ory-kratos-client/models/plugin.rb +6 -6
- data/lib/ory-kratos-client/models/plugin_config.rb +6 -6
- data/lib/ory-kratos-client/models/plugin_config_args.rb +6 -6
- data/lib/ory-kratos-client/models/plugin_config_interface.rb +6 -6
- data/lib/ory-kratos-client/models/plugin_config_linux.rb +6 -6
- data/lib/ory-kratos-client/models/plugin_config_network.rb +6 -6
- data/lib/ory-kratos-client/models/plugin_config_rootfs.rb +6 -6
- data/lib/ory-kratos-client/models/plugin_config_user.rb +6 -6
- data/lib/ory-kratos-client/models/plugin_device.rb +6 -6
- data/lib/ory-kratos-client/models/plugin_env.rb +6 -6
- data/lib/ory-kratos-client/models/plugin_interface_type.rb +6 -6
- data/lib/ory-kratos-client/models/plugin_mount.rb +6 -6
- data/lib/ory-kratos-client/models/plugin_settings.rb +6 -6
- data/lib/ory-kratos-client/models/port.rb +6 -6
- data/lib/ory-kratos-client/models/recovery_address.rb +6 -6
- data/lib/ory-kratos-client/models/self_service_error.rb +252 -0
- data/lib/ory-kratos-client/models/self_service_login_flow.rb +338 -0
- data/lib/ory-kratos-client/models/self_service_logout_url.rb +219 -0
- data/lib/ory-kratos-client/models/self_service_recovery_flow.rb +317 -0
- data/lib/ory-kratos-client/models/self_service_recovery_flow_state.rb +38 -0
- data/lib/ory-kratos-client/models/self_service_recovery_link.rb +234 -0
- data/lib/ory-kratos-client/models/self_service_registration_flow.rb +302 -0
- data/lib/ory-kratos-client/models/self_service_settings_flow.rb +331 -0
- data/lib/ory-kratos-client/models/self_service_settings_flow_state.rb +37 -0
- data/lib/ory-kratos-client/models/self_service_verification_flow.rb +307 -0
- data/lib/ory-kratos-client/models/self_service_verification_flow_state.rb +38 -0
- data/lib/ory-kratos-client/models/service_update_response.rb +6 -6
- data/lib/ory-kratos-client/models/session.rb +11 -21
- data/lib/ory-kratos-client/models/settings_profile_form_config.rb +6 -6
- data/lib/ory-kratos-client/models/submit_self_service_login_flow_body.rb +54 -0
- data/lib/ory-kratos-client/models/submit_self_service_login_flow_with_oidc_method_body.rb +250 -0
- data/lib/ory-kratos-client/models/submit_self_service_login_flow_with_password_method_body.rb +298 -0
- data/lib/ory-kratos-client/models/submit_self_service_logout_flow_without_browser_body.rb +225 -0
- data/lib/ory-kratos-client/models/submit_self_service_recovery_flow_body.rb +53 -0
- data/lib/ory-kratos-client/models/submit_self_service_recovery_flow_with_link_method_body.rb +283 -0
- data/lib/ory-kratos-client/models/submit_self_service_registration_flow_body.rb +54 -0
- data/lib/ory-kratos-client/models/submit_self_service_registration_flow_with_oidc_method_body.rb +250 -0
- data/lib/ory-kratos-client/models/submit_self_service_registration_flow_with_password_method_body.rb +299 -0
- data/lib/ory-kratos-client/models/submit_self_service_settings_flow_body.rb +56 -0
- data/lib/ory-kratos-client/models/submit_self_service_settings_flow_with_oidc_method_body.rb +255 -0
- data/lib/ory-kratos-client/models/submit_self_service_settings_flow_with_password_method_body.rb +283 -0
- data/lib/ory-kratos-client/models/submit_self_service_settings_flow_with_profile_method_body.rb +250 -0
- data/lib/ory-kratos-client/models/submit_self_service_verification_flow_body.rb +54 -0
- data/lib/ory-kratos-client/models/submit_self_service_verification_flow_with_link_method_body.rb +283 -0
- data/lib/ory-kratos-client/models/successful_self_service_login_without_browser.rb +234 -0
- data/lib/ory-kratos-client/models/successful_self_service_registration_without_browser.rb +243 -0
- data/lib/ory-kratos-client/models/successful_self_service_settings_without_browser.rb +238 -0
- data/lib/ory-kratos-client/models/ui_container.rb +6 -6
- data/lib/ory-kratos-client/models/ui_node.rb +6 -6
- data/lib/ory-kratos-client/models/ui_node_anchor_attributes.rb +6 -6
- data/lib/ory-kratos-client/models/ui_node_attributes.rb +4 -4
- data/lib/ory-kratos-client/models/ui_node_image_attributes.rb +6 -6
- data/lib/ory-kratos-client/models/ui_node_input_attributes.rb +9 -7
- data/lib/ory-kratos-client/models/ui_node_text_attributes.rb +6 -6
- data/lib/ory-kratos-client/models/ui_text.rb +6 -6
- data/lib/ory-kratos-client/models/verifiable_identity_address.rb +6 -6
- data/lib/ory-kratos-client/models/version.rb +6 -6
- data/lib/ory-kratos-client/models/volume.rb +6 -6
- data/lib/ory-kratos-client/models/volume_usage_data.rb +6 -6
- data/lib/ory-kratos-client/version.rb +4 -4
- data/lib/ory-kratos-client.rb +39 -31
- data/ory-kratos-client.gemspec +3 -3
- data/spec/api/metadata_api_spec.rb +79 -0
- data/spec/api/v0alpha1_api_spec.rb +429 -0
- data/spec/api_client_spec.rb +31 -31
- data/spec/configuration_spec.rb +5 -5
- data/spec/models/admin_create_identity_body_spec.rb +40 -0
- data/spec/models/admin_create_self_service_recovery_link_body_spec.rb +40 -0
- data/spec/models/admin_update_identity_body_spec.rb +46 -0
- data/spec/models/identity_state_spec.rb +28 -0
- data/spec/models/self_service_error_spec.rb +52 -0
- data/spec/models/self_service_login_flow_spec.rb +88 -0
- data/spec/models/self_service_logout_url_spec.rb +34 -0
- data/spec/models/self_service_recovery_flow_spec.rb +76 -0
- data/spec/models/self_service_recovery_flow_state_spec.rb +28 -0
- data/spec/models/self_service_recovery_link_spec.rb +40 -0
- data/spec/models/self_service_registration_flow_spec.rb +70 -0
- data/spec/models/self_service_settings_flow_spec.rb +82 -0
- data/spec/models/self_service_settings_flow_state_spec.rb +28 -0
- data/spec/models/self_service_verification_flow_spec.rb +76 -0
- data/spec/models/self_service_verification_flow_state_spec.rb +28 -0
- data/spec/models/submit_self_service_login_flow_body_spec.rb +43 -0
- data/spec/models/submit_self_service_login_flow_with_oidc_method_body_spec.rb +46 -0
- data/spec/models/submit_self_service_login_flow_with_password_method_body_spec.rb +56 -0
- data/spec/models/submit_self_service_logout_flow_without_browser_body_spec.rb +34 -0
- data/spec/models/submit_self_service_recovery_flow_body_spec.rb +43 -0
- data/spec/models/submit_self_service_recovery_flow_with_link_method_body_spec.rb +50 -0
- data/spec/models/submit_self_service_registration_flow_body_spec.rb +43 -0
- data/spec/models/submit_self_service_registration_flow_with_oidc_method_body_spec.rb +46 -0
- data/spec/models/submit_self_service_registration_flow_with_password_method_body_spec.rb +56 -0
- data/spec/models/submit_self_service_settings_flow_body_spec.rb +43 -0
- data/spec/models/submit_self_service_settings_flow_with_oidc_method_body_spec.rb +52 -0
- data/spec/models/submit_self_service_settings_flow_with_password_method_body_spec.rb +50 -0
- data/spec/models/submit_self_service_settings_flow_with_profile_method_body_spec.rb +46 -0
- data/spec/models/submit_self_service_verification_flow_body_spec.rb +43 -0
- data/spec/models/submit_self_service_verification_flow_with_link_method_body_spec.rb +50 -0
- data/spec/models/successful_self_service_login_without_browser_spec.rb +40 -0
- data/spec/models/successful_self_service_registration_without_browser_spec.rb +46 -0
- data/spec/models/successful_self_service_settings_without_browser_spec.rb +40 -0
- data/spec/spec_helper.rb +2 -2
- metadata +145 -5
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 238bcdcf9b1d7d67c386660e1a58b21762e37348b11a23c4ef7cf86ba86cc926
|
4
|
+
data.tar.gz: d17ea4947b3cb73a2d4c8f53f2e29ab4afe62ede94a691db6e69fe310aa9a3de
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 3acab5c73f6fcfa4a0bd4e2eb53ad87ce9f70870e25539ec2f5ee81f0103f196f58c196dc406edb107ce862198998e74cd97f6515e0621aff0e2b027ecafd368
|
7
|
+
data.tar.gz: dddc8bd8cbb76ef7184a863b1d8d1a94c4ffc2e5e3790c4241adafa110cda2f34eb1f967821f14eed38c2de9a2b3501db1327e8e0b65ac991d27c9f2d48b4bdf
|
data/README.md
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
# ory-kratos-client
|
2
2
|
|
3
|
-
|
3
|
+
OryKratosClient - the Ruby gem for the Ory Kratos API
|
4
4
|
|
5
5
|
Documentation for all public and administrative Ory Kratos APIs. Public and administrative APIs
|
6
6
|
are exposed on different ports. Public APIs can face the public internet without any protection
|
@@ -11,8 +11,8 @@ technology capable of authorizing incoming requests.
|
|
11
11
|
|
12
12
|
This SDK is automatically generated by the [OpenAPI Generator](https://openapi-generator.tech) project:
|
13
13
|
|
14
|
-
- API version: v0.
|
15
|
-
- Package version: v0.
|
14
|
+
- API version: v0.7.3-alpha.1
|
15
|
+
- Package version: v0.7.3-alpha.1
|
16
16
|
- Build package: org.openapitools.codegen.languages.RubyClientCodegen
|
17
17
|
|
18
18
|
## Installation
|
@@ -28,16 +28,16 @@ gem build ory-kratos-client.gemspec
|
|
28
28
|
Then either install the gem locally:
|
29
29
|
|
30
30
|
```shell
|
31
|
-
gem install ./ory-kratos-client-v0.
|
31
|
+
gem install ./ory-kratos-client-v0.7.3-alpha.1.gem
|
32
32
|
```
|
33
33
|
|
34
|
-
(for development, run `gem install --dev ./ory-kratos-client-v0.
|
34
|
+
(for development, run `gem install --dev ./ory-kratos-client-v0.7.3-alpha.1.gem` to install the development dependencies)
|
35
35
|
|
36
36
|
or publish the gem to a gem hosting service, e.g. [RubyGems](https://rubygems.org/).
|
37
37
|
|
38
38
|
Finally add this to the Gemfile:
|
39
39
|
|
40
|
-
gem 'ory-kratos-client', '~> v0.
|
40
|
+
gem 'ory-kratos-client', '~> v0.7.3-alpha.1'
|
41
41
|
|
42
42
|
### Install from Git
|
43
43
|
|
@@ -61,17 +61,14 @@ Please follow the [installation](#installation) procedure and then run the follo
|
|
61
61
|
# Load the gem
|
62
62
|
require 'ory-kratos-client'
|
63
63
|
|
64
|
-
api_instance =
|
65
|
-
opts = {
|
66
|
-
create_identity: OryHydraClient::CreateIdentity.new({schema_id: 'schema_id_example', traits: 3.56}) # CreateIdentity |
|
67
|
-
}
|
64
|
+
api_instance = OryKratosClient::MetadataApi.new
|
68
65
|
|
69
66
|
begin
|
70
|
-
#
|
71
|
-
result = api_instance.
|
67
|
+
#Return Running Software Version.
|
68
|
+
result = api_instance.get_version
|
72
69
|
p result
|
73
|
-
rescue
|
74
|
-
puts "Exception when calling
|
70
|
+
rescue OryKratosClient::ApiError => e
|
71
|
+
puts "Exception when calling MetadataApi->get_version: #{e}"
|
75
72
|
end
|
76
73
|
|
77
74
|
```
|
@@ -82,147 +79,140 @@ All URIs are relative to *http://localhost*
|
|
82
79
|
|
83
80
|
Class | Method | HTTP request | Description
|
84
81
|
------------ | ------------- | ------------- | -------------
|
85
|
-
*
|
86
|
-
*
|
87
|
-
*
|
88
|
-
*
|
89
|
-
*
|
90
|
-
*
|
91
|
-
*
|
92
|
-
*
|
93
|
-
*
|
94
|
-
*
|
95
|
-
*
|
96
|
-
*
|
97
|
-
*
|
98
|
-
*
|
99
|
-
*
|
100
|
-
*
|
101
|
-
*
|
102
|
-
*
|
103
|
-
*
|
104
|
-
*
|
105
|
-
*
|
106
|
-
*
|
107
|
-
*
|
108
|
-
*
|
109
|
-
*
|
110
|
-
*
|
111
|
-
*
|
112
|
-
*
|
113
|
-
*
|
114
|
-
*
|
115
|
-
*
|
116
|
-
*
|
117
|
-
*
|
118
|
-
*
|
119
|
-
*
|
120
|
-
*
|
121
|
-
*OryHydraClient::PublicApi* | [**submit_self_service_login_flow**](docs/PublicApi.md#submit_self_service_login_flow) | **POST** /self-service/login | Submit a Login Flow
|
122
|
-
*OryHydraClient::PublicApi* | [**submit_self_service_recovery_flow**](docs/PublicApi.md#submit_self_service_recovery_flow) | **POST** /self-service/recovery | Complete Recovery Flow
|
123
|
-
*OryHydraClient::PublicApi* | [**submit_self_service_recovery_flow_with_link_method**](docs/PublicApi.md#submit_self_service_recovery_flow_with_link_method) | **POST** /self-service/recovery/methods/link | Complete Recovery Flow with Link Method
|
124
|
-
*OryHydraClient::PublicApi* | [**submit_self_service_registration_flow**](docs/PublicApi.md#submit_self_service_registration_flow) | **POST** /self-service/registration | Submit a Registration Flow
|
125
|
-
*OryHydraClient::PublicApi* | [**submit_self_service_settings_flow**](docs/PublicApi.md#submit_self_service_settings_flow) | **POST** /self-service/settings | Complete Settings Flow
|
126
|
-
*OryHydraClient::PublicApi* | [**submit_self_service_verification_flow**](docs/PublicApi.md#submit_self_service_verification_flow) | **POST** /self-service/verification/methods/link | Complete Verification Flow
|
127
|
-
*OryHydraClient::PublicApi* | [**to_session**](docs/PublicApi.md#to_session) | **GET** /sessions/whoami | Check Who the Current HTTP Session Belongs To
|
82
|
+
*OryKratosClient::MetadataApi* | [**get_version**](docs/MetadataApi.md#get_version) | **GET** /version | Return Running Software Version.
|
83
|
+
*OryKratosClient::MetadataApi* | [**is_alive**](docs/MetadataApi.md#is_alive) | **GET** /health/alive | Check HTTP Server Status
|
84
|
+
*OryKratosClient::MetadataApi* | [**is_ready**](docs/MetadataApi.md#is_ready) | **GET** /health/ready | Check HTTP Server and Database Status
|
85
|
+
*OryKratosClient::MetadataApi* | [**prometheus**](docs/MetadataApi.md#prometheus) | **GET** /metrics/prometheus | Get snapshot metrics from the service. If you're using k8s, you can then add annotations to your deployment like so:
|
86
|
+
*OryKratosClient::V0alpha1Api* | [**admin_create_identity**](docs/V0alpha1Api.md#admin_create_identity) | **POST** /identities | Create an Identity
|
87
|
+
*OryKratosClient::V0alpha1Api* | [**admin_create_self_service_recovery_link**](docs/V0alpha1Api.md#admin_create_self_service_recovery_link) | **POST** /recovery/link | Create a Recovery Link
|
88
|
+
*OryKratosClient::V0alpha1Api* | [**admin_delete_identity**](docs/V0alpha1Api.md#admin_delete_identity) | **DELETE** /identities/{id} | Delete an Identity
|
89
|
+
*OryKratosClient::V0alpha1Api* | [**admin_get_identity**](docs/V0alpha1Api.md#admin_get_identity) | **GET** /identities/{id} | Get an Identity
|
90
|
+
*OryKratosClient::V0alpha1Api* | [**admin_list_identities**](docs/V0alpha1Api.md#admin_list_identities) | **GET** /identities | List Identities
|
91
|
+
*OryKratosClient::V0alpha1Api* | [**admin_update_identity**](docs/V0alpha1Api.md#admin_update_identity) | **PUT** /identities/{id} | Update an Identity
|
92
|
+
*OryKratosClient::V0alpha1Api* | [**create_self_service_logout_flow_url_for_browsers**](docs/V0alpha1Api.md#create_self_service_logout_flow_url_for_browsers) | **GET** /self-service/logout/browser | Create a Logout URL for Browsers
|
93
|
+
*OryKratosClient::V0alpha1Api* | [**get_json_schema**](docs/V0alpha1Api.md#get_json_schema) | **GET** /schemas/{id} |
|
94
|
+
*OryKratosClient::V0alpha1Api* | [**get_self_service_error**](docs/V0alpha1Api.md#get_self_service_error) | **GET** /self-service/errors | Get Self-Service Errors
|
95
|
+
*OryKratosClient::V0alpha1Api* | [**get_self_service_login_flow**](docs/V0alpha1Api.md#get_self_service_login_flow) | **GET** /self-service/login/flows | Get Login Flow
|
96
|
+
*OryKratosClient::V0alpha1Api* | [**get_self_service_recovery_flow**](docs/V0alpha1Api.md#get_self_service_recovery_flow) | **GET** /self-service/recovery/flows | Get Recovery Flow
|
97
|
+
*OryKratosClient::V0alpha1Api* | [**get_self_service_registration_flow**](docs/V0alpha1Api.md#get_self_service_registration_flow) | **GET** /self-service/registration/flows | Get Registration Flow
|
98
|
+
*OryKratosClient::V0alpha1Api* | [**get_self_service_settings_flow**](docs/V0alpha1Api.md#get_self_service_settings_flow) | **GET** /self-service/settings/flows | Get Settings Flow
|
99
|
+
*OryKratosClient::V0alpha1Api* | [**get_self_service_verification_flow**](docs/V0alpha1Api.md#get_self_service_verification_flow) | **GET** /self-service/verification/flows | Get Verification Flow
|
100
|
+
*OryKratosClient::V0alpha1Api* | [**initialize_self_service_login_flow_for_browsers**](docs/V0alpha1Api.md#initialize_self_service_login_flow_for_browsers) | **GET** /self-service/login/browser | Initialize Login Flow for Browsers
|
101
|
+
*OryKratosClient::V0alpha1Api* | [**initialize_self_service_login_flow_without_browser**](docs/V0alpha1Api.md#initialize_self_service_login_flow_without_browser) | **GET** /self-service/login/api | Initialize Login Flow for APIs, Services, Apps, ...
|
102
|
+
*OryKratosClient::V0alpha1Api* | [**initialize_self_service_recovery_flow_for_browsers**](docs/V0alpha1Api.md#initialize_self_service_recovery_flow_for_browsers) | **GET** /self-service/recovery/browser | Initialize Recovery Flow for Browsers
|
103
|
+
*OryKratosClient::V0alpha1Api* | [**initialize_self_service_recovery_flow_without_browser**](docs/V0alpha1Api.md#initialize_self_service_recovery_flow_without_browser) | **GET** /self-service/recovery/api | Initialize Recovery Flow for APIs, Services, Apps, ...
|
104
|
+
*OryKratosClient::V0alpha1Api* | [**initialize_self_service_registration_flow_for_browsers**](docs/V0alpha1Api.md#initialize_self_service_registration_flow_for_browsers) | **GET** /self-service/registration/browser | Initialize Registration Flow for Browsers
|
105
|
+
*OryKratosClient::V0alpha1Api* | [**initialize_self_service_registration_flow_without_browser**](docs/V0alpha1Api.md#initialize_self_service_registration_flow_without_browser) | **GET** /self-service/registration/api | Initialize Registration Flow for APIs, Services, Apps, ...
|
106
|
+
*OryKratosClient::V0alpha1Api* | [**initialize_self_service_settings_flow_for_browsers**](docs/V0alpha1Api.md#initialize_self_service_settings_flow_for_browsers) | **GET** /self-service/settings/browser | Initialize Settings Flow for Browsers
|
107
|
+
*OryKratosClient::V0alpha1Api* | [**initialize_self_service_settings_flow_without_browser**](docs/V0alpha1Api.md#initialize_self_service_settings_flow_without_browser) | **GET** /self-service/settings/api | Initialize Settings Flow for APIs, Services, Apps, ...
|
108
|
+
*OryKratosClient::V0alpha1Api* | [**initialize_self_service_verification_flow_for_browsers**](docs/V0alpha1Api.md#initialize_self_service_verification_flow_for_browsers) | **GET** /self-service/verification/browser | Initialize Verification Flow for Browser Clients
|
109
|
+
*OryKratosClient::V0alpha1Api* | [**initialize_self_service_verification_flow_without_browser**](docs/V0alpha1Api.md#initialize_self_service_verification_flow_without_browser) | **GET** /self-service/verification/api | Initialize Verification Flow for APIs, Services, Apps, ...
|
110
|
+
*OryKratosClient::V0alpha1Api* | [**submit_self_service_login_flow**](docs/V0alpha1Api.md#submit_self_service_login_flow) | **POST** /self-service/login | Submit a Login Flow
|
111
|
+
*OryKratosClient::V0alpha1Api* | [**submit_self_service_logout_flow**](docs/V0alpha1Api.md#submit_self_service_logout_flow) | **GET** /self-service/logout | Complete Self-Service Logout
|
112
|
+
*OryKratosClient::V0alpha1Api* | [**submit_self_service_logout_flow_without_browser**](docs/V0alpha1Api.md#submit_self_service_logout_flow_without_browser) | **DELETE** /self-service/logout/api | Perform Logout for APIs, Services, Apps, ...
|
113
|
+
*OryKratosClient::V0alpha1Api* | [**submit_self_service_recovery_flow**](docs/V0alpha1Api.md#submit_self_service_recovery_flow) | **POST** /self-service/recovery | Complete Recovery Flow
|
114
|
+
*OryKratosClient::V0alpha1Api* | [**submit_self_service_registration_flow**](docs/V0alpha1Api.md#submit_self_service_registration_flow) | **POST** /self-service/registration | Submit a Registration Flow
|
115
|
+
*OryKratosClient::V0alpha1Api* | [**submit_self_service_settings_flow**](docs/V0alpha1Api.md#submit_self_service_settings_flow) | **POST** /self-service/settings | Complete Settings Flow
|
116
|
+
*OryKratosClient::V0alpha1Api* | [**submit_self_service_verification_flow**](docs/V0alpha1Api.md#submit_self_service_verification_flow) | **POST** /self-service/verification | Complete Verification Flow
|
117
|
+
*OryKratosClient::V0alpha1Api* | [**to_session**](docs/V0alpha1Api.md#to_session) | **GET** /sessions/whoami | Check Who the Current HTTP Session Belongs To
|
128
118
|
|
129
119
|
|
130
120
|
## Documentation for Models
|
131
121
|
|
132
|
-
- [
|
133
|
-
- [
|
134
|
-
- [
|
135
|
-
- [
|
136
|
-
- [
|
137
|
-
- [
|
138
|
-
- [
|
139
|
-
- [
|
140
|
-
- [
|
141
|
-
- [
|
142
|
-
- [
|
143
|
-
- [
|
144
|
-
- [
|
145
|
-
- [
|
146
|
-
- [
|
147
|
-
- [
|
148
|
-
- [
|
149
|
-
- [
|
150
|
-
- [
|
151
|
-
- [
|
152
|
-
- [
|
153
|
-
- [
|
154
|
-
- [
|
155
|
-
- [
|
156
|
-
- [
|
157
|
-
- [
|
158
|
-
- [
|
159
|
-
- [
|
160
|
-
- [
|
161
|
-
- [
|
162
|
-
- [
|
163
|
-
- [
|
164
|
-
- [
|
165
|
-
- [
|
166
|
-
- [
|
167
|
-
- [
|
168
|
-
- [
|
169
|
-
- [
|
170
|
-
- [
|
171
|
-
- [
|
172
|
-
- [
|
173
|
-
- [
|
174
|
-
- [
|
175
|
-
- [
|
176
|
-
- [
|
177
|
-
- [
|
178
|
-
- [
|
179
|
-
- [
|
180
|
-
- [
|
181
|
-
- [
|
182
|
-
- [
|
183
|
-
- [
|
184
|
-
- [
|
185
|
-
- [
|
186
|
-
- [
|
187
|
-
- [
|
188
|
-
- [
|
189
|
-
- [
|
190
|
-
- [
|
191
|
-
- [
|
192
|
-
- [
|
193
|
-
- [
|
194
|
-
- [
|
195
|
-
- [
|
196
|
-
- [
|
197
|
-
- [
|
198
|
-
- [
|
199
|
-
- [
|
200
|
-
- [
|
201
|
-
- [
|
202
|
-
- [
|
203
|
-
- [
|
204
|
-
- [
|
205
|
-
- [
|
206
|
-
- [
|
207
|
-
- [
|
208
|
-
- [
|
122
|
+
- [OryKratosClient::AdminCreateIdentityBody](docs/AdminCreateIdentityBody.md)
|
123
|
+
- [OryKratosClient::AdminCreateSelfServiceRecoveryLinkBody](docs/AdminCreateSelfServiceRecoveryLinkBody.md)
|
124
|
+
- [OryKratosClient::AdminUpdateIdentityBody](docs/AdminUpdateIdentityBody.md)
|
125
|
+
- [OryKratosClient::AuthenticateOKBody](docs/AuthenticateOKBody.md)
|
126
|
+
- [OryKratosClient::ContainerChangeResponseItem](docs/ContainerChangeResponseItem.md)
|
127
|
+
- [OryKratosClient::ContainerCreateCreatedBody](docs/ContainerCreateCreatedBody.md)
|
128
|
+
- [OryKratosClient::ContainerTopOKBody](docs/ContainerTopOKBody.md)
|
129
|
+
- [OryKratosClient::ContainerUpdateOKBody](docs/ContainerUpdateOKBody.md)
|
130
|
+
- [OryKratosClient::ContainerWaitOKBody](docs/ContainerWaitOKBody.md)
|
131
|
+
- [OryKratosClient::ContainerWaitOKBodyError](docs/ContainerWaitOKBodyError.md)
|
132
|
+
- [OryKratosClient::ErrorResponse](docs/ErrorResponse.md)
|
133
|
+
- [OryKratosClient::GenericError](docs/GenericError.md)
|
134
|
+
- [OryKratosClient::GraphDriverData](docs/GraphDriverData.md)
|
135
|
+
- [OryKratosClient::HealthNotReadyStatus](docs/HealthNotReadyStatus.md)
|
136
|
+
- [OryKratosClient::HealthStatus](docs/HealthStatus.md)
|
137
|
+
- [OryKratosClient::IdResponse](docs/IdResponse.md)
|
138
|
+
- [OryKratosClient::Identity](docs/Identity.md)
|
139
|
+
- [OryKratosClient::IdentityCredentials](docs/IdentityCredentials.md)
|
140
|
+
- [OryKratosClient::IdentityState](docs/IdentityState.md)
|
141
|
+
- [OryKratosClient::ImageDeleteResponseItem](docs/ImageDeleteResponseItem.md)
|
142
|
+
- [OryKratosClient::ImageSummary](docs/ImageSummary.md)
|
143
|
+
- [OryKratosClient::InlineResponse200](docs/InlineResponse200.md)
|
144
|
+
- [OryKratosClient::InlineResponse2001](docs/InlineResponse2001.md)
|
145
|
+
- [OryKratosClient::InlineResponse503](docs/InlineResponse503.md)
|
146
|
+
- [OryKratosClient::JsonError](docs/JsonError.md)
|
147
|
+
- [OryKratosClient::Meta](docs/Meta.md)
|
148
|
+
- [OryKratosClient::Plugin](docs/Plugin.md)
|
149
|
+
- [OryKratosClient::PluginConfig](docs/PluginConfig.md)
|
150
|
+
- [OryKratosClient::PluginConfigArgs](docs/PluginConfigArgs.md)
|
151
|
+
- [OryKratosClient::PluginConfigInterface](docs/PluginConfigInterface.md)
|
152
|
+
- [OryKratosClient::PluginConfigLinux](docs/PluginConfigLinux.md)
|
153
|
+
- [OryKratosClient::PluginConfigNetwork](docs/PluginConfigNetwork.md)
|
154
|
+
- [OryKratosClient::PluginConfigRootfs](docs/PluginConfigRootfs.md)
|
155
|
+
- [OryKratosClient::PluginConfigUser](docs/PluginConfigUser.md)
|
156
|
+
- [OryKratosClient::PluginDevice](docs/PluginDevice.md)
|
157
|
+
- [OryKratosClient::PluginEnv](docs/PluginEnv.md)
|
158
|
+
- [OryKratosClient::PluginInterfaceType](docs/PluginInterfaceType.md)
|
159
|
+
- [OryKratosClient::PluginMount](docs/PluginMount.md)
|
160
|
+
- [OryKratosClient::PluginSettings](docs/PluginSettings.md)
|
161
|
+
- [OryKratosClient::Port](docs/Port.md)
|
162
|
+
- [OryKratosClient::RecoveryAddress](docs/RecoveryAddress.md)
|
163
|
+
- [OryKratosClient::SelfServiceError](docs/SelfServiceError.md)
|
164
|
+
- [OryKratosClient::SelfServiceLoginFlow](docs/SelfServiceLoginFlow.md)
|
165
|
+
- [OryKratosClient::SelfServiceLogoutUrl](docs/SelfServiceLogoutUrl.md)
|
166
|
+
- [OryKratosClient::SelfServiceRecoveryFlow](docs/SelfServiceRecoveryFlow.md)
|
167
|
+
- [OryKratosClient::SelfServiceRecoveryFlowState](docs/SelfServiceRecoveryFlowState.md)
|
168
|
+
- [OryKratosClient::SelfServiceRecoveryLink](docs/SelfServiceRecoveryLink.md)
|
169
|
+
- [OryKratosClient::SelfServiceRegistrationFlow](docs/SelfServiceRegistrationFlow.md)
|
170
|
+
- [OryKratosClient::SelfServiceSettingsFlow](docs/SelfServiceSettingsFlow.md)
|
171
|
+
- [OryKratosClient::SelfServiceSettingsFlowState](docs/SelfServiceSettingsFlowState.md)
|
172
|
+
- [OryKratosClient::SelfServiceVerificationFlow](docs/SelfServiceVerificationFlow.md)
|
173
|
+
- [OryKratosClient::SelfServiceVerificationFlowState](docs/SelfServiceVerificationFlowState.md)
|
174
|
+
- [OryKratosClient::ServiceUpdateResponse](docs/ServiceUpdateResponse.md)
|
175
|
+
- [OryKratosClient::Session](docs/Session.md)
|
176
|
+
- [OryKratosClient::SettingsProfileFormConfig](docs/SettingsProfileFormConfig.md)
|
177
|
+
- [OryKratosClient::SubmitSelfServiceLoginFlowBody](docs/SubmitSelfServiceLoginFlowBody.md)
|
178
|
+
- [OryKratosClient::SubmitSelfServiceLoginFlowWithOidcMethodBody](docs/SubmitSelfServiceLoginFlowWithOidcMethodBody.md)
|
179
|
+
- [OryKratosClient::SubmitSelfServiceLoginFlowWithPasswordMethodBody](docs/SubmitSelfServiceLoginFlowWithPasswordMethodBody.md)
|
180
|
+
- [OryKratosClient::SubmitSelfServiceLogoutFlowWithoutBrowserBody](docs/SubmitSelfServiceLogoutFlowWithoutBrowserBody.md)
|
181
|
+
- [OryKratosClient::SubmitSelfServiceRecoveryFlowBody](docs/SubmitSelfServiceRecoveryFlowBody.md)
|
182
|
+
- [OryKratosClient::SubmitSelfServiceRecoveryFlowWithLinkMethodBody](docs/SubmitSelfServiceRecoveryFlowWithLinkMethodBody.md)
|
183
|
+
- [OryKratosClient::SubmitSelfServiceRegistrationFlowBody](docs/SubmitSelfServiceRegistrationFlowBody.md)
|
184
|
+
- [OryKratosClient::SubmitSelfServiceRegistrationFlowWithOidcMethodBody](docs/SubmitSelfServiceRegistrationFlowWithOidcMethodBody.md)
|
185
|
+
- [OryKratosClient::SubmitSelfServiceRegistrationFlowWithPasswordMethodBody](docs/SubmitSelfServiceRegistrationFlowWithPasswordMethodBody.md)
|
186
|
+
- [OryKratosClient::SubmitSelfServiceSettingsFlowBody](docs/SubmitSelfServiceSettingsFlowBody.md)
|
187
|
+
- [OryKratosClient::SubmitSelfServiceSettingsFlowWithOidcMethodBody](docs/SubmitSelfServiceSettingsFlowWithOidcMethodBody.md)
|
188
|
+
- [OryKratosClient::SubmitSelfServiceSettingsFlowWithPasswordMethodBody](docs/SubmitSelfServiceSettingsFlowWithPasswordMethodBody.md)
|
189
|
+
- [OryKratosClient::SubmitSelfServiceSettingsFlowWithProfileMethodBody](docs/SubmitSelfServiceSettingsFlowWithProfileMethodBody.md)
|
190
|
+
- [OryKratosClient::SubmitSelfServiceVerificationFlowBody](docs/SubmitSelfServiceVerificationFlowBody.md)
|
191
|
+
- [OryKratosClient::SubmitSelfServiceVerificationFlowWithLinkMethodBody](docs/SubmitSelfServiceVerificationFlowWithLinkMethodBody.md)
|
192
|
+
- [OryKratosClient::SuccessfulSelfServiceLoginWithoutBrowser](docs/SuccessfulSelfServiceLoginWithoutBrowser.md)
|
193
|
+
- [OryKratosClient::SuccessfulSelfServiceRegistrationWithoutBrowser](docs/SuccessfulSelfServiceRegistrationWithoutBrowser.md)
|
194
|
+
- [OryKratosClient::SuccessfulSelfServiceSettingsWithoutBrowser](docs/SuccessfulSelfServiceSettingsWithoutBrowser.md)
|
195
|
+
- [OryKratosClient::UiContainer](docs/UiContainer.md)
|
196
|
+
- [OryKratosClient::UiNode](docs/UiNode.md)
|
197
|
+
- [OryKratosClient::UiNodeAnchorAttributes](docs/UiNodeAnchorAttributes.md)
|
198
|
+
- [OryKratosClient::UiNodeAttributes](docs/UiNodeAttributes.md)
|
199
|
+
- [OryKratosClient::UiNodeImageAttributes](docs/UiNodeImageAttributes.md)
|
200
|
+
- [OryKratosClient::UiNodeInputAttributes](docs/UiNodeInputAttributes.md)
|
201
|
+
- [OryKratosClient::UiNodeTextAttributes](docs/UiNodeTextAttributes.md)
|
202
|
+
- [OryKratosClient::UiText](docs/UiText.md)
|
203
|
+
- [OryKratosClient::VerifiableIdentityAddress](docs/VerifiableIdentityAddress.md)
|
204
|
+
- [OryKratosClient::Version](docs/Version.md)
|
205
|
+
- [OryKratosClient::Volume](docs/Volume.md)
|
206
|
+
- [OryKratosClient::VolumeUsageData](docs/VolumeUsageData.md)
|
209
207
|
|
210
208
|
|
211
209
|
## Documentation for Authorization
|
212
210
|
|
213
211
|
|
214
|
-
###
|
215
|
-
|
216
|
-
- **Type**: Bearer authentication
|
217
|
-
|
218
|
-
### sessionCookie
|
212
|
+
### oryAccessToken
|
219
213
|
|
220
214
|
|
221
215
|
- **Type**: API key
|
222
|
-
- **API key parameter name**:
|
223
|
-
- **Location**:
|
224
|
-
|
225
|
-
### sessionToken
|
226
|
-
|
227
|
-
- **Type**: Bearer authentication
|
216
|
+
- **API key parameter name**: Authorization
|
217
|
+
- **Location**: HTTP header
|
228
218
|
|
@@ -0,0 +1,20 @@
|
|
1
|
+
# OryKratosClient::AdminCreateIdentityBody
|
2
|
+
|
3
|
+
## Properties
|
4
|
+
|
5
|
+
| Name | Type | Description | Notes |
|
6
|
+
| ---- | ---- | ----------- | ----- |
|
7
|
+
| **schema_id** | **String** | SchemaID is the ID of the JSON Schema to be used for validating the identity's traits. | |
|
8
|
+
| **traits** | **Object** | Traits represent an identity's traits. The identity is able to create, modify, and delete traits in a self-service manner. The input will always be validated against the JSON Schema defined in `schema_url`. | |
|
9
|
+
|
10
|
+
## Example
|
11
|
+
|
12
|
+
```ruby
|
13
|
+
require 'ory-kratos-client'
|
14
|
+
|
15
|
+
instance = OryKratosClient::AdminCreateIdentityBody.new(
|
16
|
+
schema_id: null,
|
17
|
+
traits: null
|
18
|
+
)
|
19
|
+
```
|
20
|
+
|
@@ -0,0 +1,20 @@
|
|
1
|
+
# OryKratosClient::AdminCreateSelfServiceRecoveryLinkBody
|
2
|
+
|
3
|
+
## Properties
|
4
|
+
|
5
|
+
| Name | Type | Description | Notes |
|
6
|
+
| ---- | ---- | ----------- | ----- |
|
7
|
+
| **expires_in** | **String** | Link Expires In The recovery link will expire at that point in time. Defaults to the configuration value of `selfservice.flows.recovery.request_lifespan`. | [optional] |
|
8
|
+
| **identity_id** | **String** | | |
|
9
|
+
|
10
|
+
## Example
|
11
|
+
|
12
|
+
```ruby
|
13
|
+
require 'ory-kratos-client'
|
14
|
+
|
15
|
+
instance = OryKratosClient::AdminCreateSelfServiceRecoveryLinkBody.new(
|
16
|
+
expires_in: null,
|
17
|
+
identity_id: null
|
18
|
+
)
|
19
|
+
```
|
20
|
+
|
@@ -0,0 +1,22 @@
|
|
1
|
+
# OryKratosClient::AdminUpdateIdentityBody
|
2
|
+
|
3
|
+
## Properties
|
4
|
+
|
5
|
+
| Name | Type | Description | Notes |
|
6
|
+
| ---- | ---- | ----------- | ----- |
|
7
|
+
| **schema_id** | **String** | SchemaID is the ID of the JSON Schema to be used for validating the identity's traits. If set will update the Identity's SchemaID. | [optional] |
|
8
|
+
| **state** | [**IdentityState**](IdentityState.md) | | |
|
9
|
+
| **traits** | **Object** | Traits represent an identity's traits. The identity is able to create, modify, and delete traits in a self-service manner. The input will always be validated against the JSON Schema defined in `schema_id`. | |
|
10
|
+
|
11
|
+
## Example
|
12
|
+
|
13
|
+
```ruby
|
14
|
+
require 'ory-kratos-client'
|
15
|
+
|
16
|
+
instance = OryKratosClient::AdminUpdateIdentityBody.new(
|
17
|
+
schema_id: null,
|
18
|
+
state: null,
|
19
|
+
traits: null
|
20
|
+
)
|
21
|
+
```
|
22
|
+
|
data/docs/AuthenticateOKBody.md
CHANGED
@@ -1,4 +1,4 @@
|
|
1
|
-
#
|
1
|
+
# OryKratosClient::AuthenticateOKBody
|
2
2
|
|
3
3
|
## Properties
|
4
4
|
|
@@ -12,7 +12,7 @@
|
|
12
12
|
```ruby
|
13
13
|
require 'ory-kratos-client'
|
14
14
|
|
15
|
-
instance =
|
15
|
+
instance = OryKratosClient::AuthenticateOKBody.new(
|
16
16
|
identity_token: null,
|
17
17
|
status: null
|
18
18
|
)
|
@@ -1,4 +1,4 @@
|
|
1
|
-
#
|
1
|
+
# OryKratosClient::ContainerChangeResponseItem
|
2
2
|
|
3
3
|
## Properties
|
4
4
|
|
@@ -12,7 +12,7 @@
|
|
12
12
|
```ruby
|
13
13
|
require 'ory-kratos-client'
|
14
14
|
|
15
|
-
instance =
|
15
|
+
instance = OryKratosClient::ContainerChangeResponseItem.new(
|
16
16
|
kind: null,
|
17
17
|
path: null
|
18
18
|
)
|
@@ -1,4 +1,4 @@
|
|
1
|
-
#
|
1
|
+
# OryKratosClient::ContainerCreateCreatedBody
|
2
2
|
|
3
3
|
## Properties
|
4
4
|
|
@@ -12,7 +12,7 @@
|
|
12
12
|
```ruby
|
13
13
|
require 'ory-kratos-client'
|
14
14
|
|
15
|
-
instance =
|
15
|
+
instance = OryKratosClient::ContainerCreateCreatedBody.new(
|
16
16
|
id: null,
|
17
17
|
warnings: null
|
18
18
|
)
|