ory-client 0.0.1.alpha7 → 0.0.1.alpha8

Sign up to get free protection for your applications and to get access to all the features.
Files changed (93) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +10 -11
  3. data/docs/DefaultApi.md +57 -55
  4. data/docs/LoginViaApiResponse.md +1 -1
  5. data/docs/RegistrationViaApiResponse.md +1 -1
  6. data/docs/UiNodeInputAttributes.md +1 -1
  7. data/lib/ory-client/api/default_api.rb +52 -52
  8. data/lib/ory-client/api_client.rb +1 -1
  9. data/lib/ory-client/api_error.rb +1 -1
  10. data/lib/ory-client/configuration.rb +1 -1
  11. data/lib/ory-client/models/authenticate_ok_body.rb +1 -1
  12. data/lib/ory-client/models/container_change_response_item.rb +1 -1
  13. data/lib/ory-client/models/container_create_created_body.rb +1 -1
  14. data/lib/ory-client/models/container_top_ok_body.rb +1 -1
  15. data/lib/ory-client/models/container_update_ok_body.rb +1 -1
  16. data/lib/ory-client/models/container_wait_ok_body.rb +1 -1
  17. data/lib/ory-client/models/container_wait_ok_body_error.rb +1 -1
  18. data/lib/ory-client/models/create_identity.rb +1 -1
  19. data/lib/ory-client/models/create_recovery_link.rb +1 -1
  20. data/lib/ory-client/models/error_response.rb +1 -1
  21. data/lib/ory-client/models/generic_error.rb +1 -1
  22. data/lib/ory-client/models/graph_driver_data.rb +1 -1
  23. data/lib/ory-client/models/health_not_ready_status.rb +1 -1
  24. data/lib/ory-client/models/health_status.rb +1 -1
  25. data/lib/ory-client/models/id_response.rb +1 -1
  26. data/lib/ory-client/models/identity.rb +1 -1
  27. data/lib/ory-client/models/identity_credentials.rb +1 -1
  28. data/lib/ory-client/models/image_delete_response_item.rb +1 -1
  29. data/lib/ory-client/models/image_summary.rb +1 -1
  30. data/lib/ory-client/models/inline_response200.rb +1 -1
  31. data/lib/ory-client/models/inline_response2001.rb +1 -1
  32. data/lib/ory-client/models/inline_response503.rb +1 -1
  33. data/lib/ory-client/models/json_error.rb +1 -1
  34. data/lib/ory-client/models/login_flow.rb +1 -1
  35. data/lib/ory-client/models/login_via_api_response.rb +1 -6
  36. data/lib/ory-client/models/meta.rb +1 -1
  37. data/lib/ory-client/models/plugin.rb +1 -1
  38. data/lib/ory-client/models/plugin_config.rb +1 -1
  39. data/lib/ory-client/models/plugin_config_args.rb +1 -1
  40. data/lib/ory-client/models/plugin_config_interface.rb +1 -1
  41. data/lib/ory-client/models/plugin_config_linux.rb +1 -1
  42. data/lib/ory-client/models/plugin_config_network.rb +1 -1
  43. data/lib/ory-client/models/plugin_config_rootfs.rb +1 -1
  44. data/lib/ory-client/models/plugin_config_user.rb +1 -1
  45. data/lib/ory-client/models/plugin_device.rb +1 -1
  46. data/lib/ory-client/models/plugin_env.rb +1 -1
  47. data/lib/ory-client/models/plugin_interface_type.rb +1 -1
  48. data/lib/ory-client/models/plugin_mount.rb +1 -1
  49. data/lib/ory-client/models/plugin_settings.rb +1 -1
  50. data/lib/ory-client/models/port.rb +1 -1
  51. data/lib/ory-client/models/recovery_address.rb +1 -1
  52. data/lib/ory-client/models/recovery_flow.rb +1 -1
  53. data/lib/ory-client/models/recovery_link.rb +1 -1
  54. data/lib/ory-client/models/registration_flow.rb +1 -1
  55. data/lib/ory-client/models/registration_via_api_response.rb +1 -6
  56. data/lib/ory-client/models/revoke_session.rb +1 -1
  57. data/lib/ory-client/models/self_service_error_container.rb +1 -1
  58. data/lib/ory-client/models/service_update_response.rb +1 -1
  59. data/lib/ory-client/models/session.rb +1 -1
  60. data/lib/ory-client/models/settings_flow.rb +1 -1
  61. data/lib/ory-client/models/settings_profile_form_config.rb +1 -1
  62. data/lib/ory-client/models/settings_via_api_response.rb +1 -1
  63. data/lib/ory-client/models/submit_self_service_browser_settings_oidc_flow_payload.rb +1 -1
  64. data/lib/ory-client/models/submit_self_service_login_flow.rb +1 -1
  65. data/lib/ory-client/models/submit_self_service_login_flow_with_password_method.rb +1 -1
  66. data/lib/ory-client/models/submit_self_service_recovery_flow_with_link_method.rb +1 -1
  67. data/lib/ory-client/models/submit_self_service_registration_flow.rb +1 -1
  68. data/lib/ory-client/models/submit_self_service_registration_flow_with_password_method.rb +1 -1
  69. data/lib/ory-client/models/submit_self_service_settings_flow.rb +1 -1
  70. data/lib/ory-client/models/submit_self_service_settings_flow_with_password_method.rb +1 -1
  71. data/lib/ory-client/models/submit_self_service_settings_flow_with_profile_method.rb +1 -1
  72. data/lib/ory-client/models/submit_self_service_verification_flow_with_link_method.rb +1 -1
  73. data/lib/ory-client/models/ui_container.rb +1 -1
  74. data/lib/ory-client/models/ui_node.rb +1 -1
  75. data/lib/ory-client/models/ui_node_anchor_attributes.rb +1 -1
  76. data/lib/ory-client/models/ui_node_attributes.rb +1 -1
  77. data/lib/ory-client/models/ui_node_image_attributes.rb +1 -1
  78. data/lib/ory-client/models/ui_node_input_attributes.rb +4 -2
  79. data/lib/ory-client/models/ui_node_text_attributes.rb +1 -1
  80. data/lib/ory-client/models/ui_text.rb +1 -1
  81. data/lib/ory-client/models/update_identity.rb +1 -1
  82. data/lib/ory-client/models/verifiable_identity_address.rb +1 -1
  83. data/lib/ory-client/models/verification_flow.rb +1 -1
  84. data/lib/ory-client/models/version.rb +1 -1
  85. data/lib/ory-client/models/volume.rb +1 -1
  86. data/lib/ory-client/models/volume_usage_data.rb +1 -1
  87. data/lib/ory-client/version.rb +2 -2
  88. data/lib/ory-client.rb +1 -2
  89. data/ory-client.gemspec +1 -1
  90. data/spec/api_client_spec.rb +1 -1
  91. data/spec/configuration_spec.rb +1 -1
  92. data/spec/spec_helper.rb +1 -1
  93. metadata +1 -1
@@ -3,7 +3,7 @@
3
3
 
4
4
  #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.
5
5
 
6
- The version of the OpenAPI document: v0.0.1-alpha.7
6
+ The version of the OpenAPI document: v0.0.1-alpha.8
7
7
  Contact: support@ory.sh
8
8
  Generated by: https://openapi-generator.tech
9
9
  OpenAPI Generator version: 5.1.1
@@ -518,7 +518,7 @@ module OryHydraClient
518
518
  end
519
519
 
520
520
  # Get Login Flow
521
- # This endpoint returns a login flow's context with, for example, error details and other information. More information can be found at [Ory Kratos User Login and User Registration Documentation](https://www.ory.sh/docs/next/kratos/self-service/flows/user-login-user-registration).
521
+ # This endpoint returns a login flow's context with, for example, error details and other information. :::info This endpoint is EXPERIMENTAL and subject to potential breaking changes in the future. ::: More information can be found at [Ory Kratos User Login and User Registration Documentation](https://www.ory.sh/docs/next/kratos/self-service/flows/user-login-user-registration).
522
522
  # @param id [String] The Login Flow ID The value for this parameter comes from `flow` URL Query parameter sent to your application (e.g. `/login?flow=abcde`).
523
523
  # @param [Hash] opts the optional parameters
524
524
  # @return [LoginFlow]
@@ -528,7 +528,7 @@ module OryHydraClient
528
528
  end
529
529
 
530
530
  # Get Login Flow
531
- # This endpoint returns a login flow's context with, for example, error details and other information. More information can be found at [Ory Kratos User Login and User Registration Documentation](https://www.ory.sh/docs/next/kratos/self-service/flows/user-login-user-registration).
531
+ # This endpoint returns a login flow's context with, for example, error details and other information. :::info This endpoint is EXPERIMENTAL and subject to potential breaking changes in the future. ::: More information can be found at [Ory Kratos User Login and User Registration Documentation](https://www.ory.sh/docs/next/kratos/self-service/flows/user-login-user-registration).
532
532
  # @param id [String] The Login Flow ID The value for this parameter comes from `flow` URL Query parameter sent to your application (e.g. `/login?flow=abcde`).
533
533
  # @param [Hash] opts the optional parameters
534
534
  # @return [Array<(LoginFlow, Integer, Hash)>] LoginFlow data, response status code and response headers
@@ -582,7 +582,7 @@ module OryHydraClient
582
582
  end
583
583
 
584
584
  # Get Login Flow
585
- # This endpoint returns a login flow's context with, for example, error details and other information. More information can be found at [Ory Kratos User Login and User Registration Documentation](https://www.ory.sh/docs/next/kratos/self-service/flows/user-login-user-registration).
585
+ # This endpoint returns a login flow's context with, for example, error details and other information. :::info This endpoint is EXPERIMENTAL and subject to potential breaking changes in the future. ::: More information can be found at [Ory Kratos User Login and User Registration Documentation](https://www.ory.sh/docs/next/kratos/self-service/flows/user-login-user-registration).
586
586
  # @param id [String] The Login Flow ID The value for this parameter comes from &#x60;flow&#x60; URL Query parameter sent to your application (e.g. &#x60;/login?flow&#x3D;abcde&#x60;).
587
587
  # @param [Hash] opts the optional parameters
588
588
  # @return [LoginFlow]
@@ -592,7 +592,7 @@ module OryHydraClient
592
592
  end
593
593
 
594
594
  # Get Login Flow
595
- # This endpoint returns a login flow&#39;s context with, for example, error details and other information. More information can be found at [Ory Kratos User Login and User Registration Documentation](https://www.ory.sh/docs/next/kratos/self-service/flows/user-login-user-registration).
595
+ # This endpoint returns a login flow&#39;s context with, for example, error details and other information. :::info This endpoint is EXPERIMENTAL and subject to potential breaking changes in the future. ::: More information can be found at [Ory Kratos User Login and User Registration Documentation](https://www.ory.sh/docs/next/kratos/self-service/flows/user-login-user-registration).
596
596
  # @param id [String] The Login Flow ID The value for this parameter comes from &#x60;flow&#x60; URL Query parameter sent to your application (e.g. &#x60;/login?flow&#x3D;abcde&#x60;).
597
597
  # @param [Hash] opts the optional parameters
598
598
  # @return [Array<(LoginFlow, Integer, Hash)>] LoginFlow data, response status code and response headers
@@ -774,7 +774,7 @@ module OryHydraClient
774
774
  end
775
775
 
776
776
  # Get Registration Flow
777
- # This endpoint returns a registration flow's context with, for example, error details and other information. More information can be found at [Ory Kratos User Login and User Registration Documentation](https://www.ory.sh/docs/next/kratos/self-service/flows/user-login-user-registration).
777
+ # This endpoint returns a registration flow's context with, for example, error details and other information. :::info This endpoint is EXPERIMENTAL and subject to potential breaking changes in the future. ::: More information can be found at [Ory Kratos User Login and User Registration Documentation](https://www.ory.sh/docs/next/kratos/self-service/flows/user-login-user-registration).
778
778
  # @param id [String] The Registration Flow ID The value for this parameter comes from &#x60;flow&#x60; URL Query parameter sent to your application (e.g. &#x60;/registration?flow&#x3D;abcde&#x60;).
779
779
  # @param [Hash] opts the optional parameters
780
780
  # @return [RegistrationFlow]
@@ -784,7 +784,7 @@ module OryHydraClient
784
784
  end
785
785
 
786
786
  # Get Registration Flow
787
- # This endpoint returns a registration flow&#39;s context with, for example, error details and other information. More information can be found at [Ory Kratos User Login and User Registration Documentation](https://www.ory.sh/docs/next/kratos/self-service/flows/user-login-user-registration).
787
+ # This endpoint returns a registration flow&#39;s context with, for example, error details and other information. :::info This endpoint is EXPERIMENTAL and subject to potential breaking changes in the future. ::: More information can be found at [Ory Kratos User Login and User Registration Documentation](https://www.ory.sh/docs/next/kratos/self-service/flows/user-login-user-registration).
788
788
  # @param id [String] The Registration Flow ID The value for this parameter comes from &#x60;flow&#x60; URL Query parameter sent to your application (e.g. &#x60;/registration?flow&#x3D;abcde&#x60;).
789
789
  # @param [Hash] opts the optional parameters
790
790
  # @return [Array<(RegistrationFlow, Integer, Hash)>] RegistrationFlow data, response status code and response headers
@@ -838,7 +838,7 @@ module OryHydraClient
838
838
  end
839
839
 
840
840
  # Get Registration Flow
841
- # This endpoint returns a registration flow's context with, for example, error details and other information. More information can be found at [Ory Kratos User Login and User Registration Documentation](https://www.ory.sh/docs/next/kratos/self-service/flows/user-login-user-registration).
841
+ # This endpoint returns a registration flow's context with, for example, error details and other information. :::info This endpoint is EXPERIMENTAL and subject to potential breaking changes in the future. ::: More information can be found at [Ory Kratos User Login and User Registration Documentation](https://www.ory.sh/docs/next/kratos/self-service/flows/user-login-user-registration).
842
842
  # @param id [String] The Registration Flow ID The value for this parameter comes from &#x60;flow&#x60; URL Query parameter sent to your application (e.g. &#x60;/registration?flow&#x3D;abcde&#x60;).
843
843
  # @param [Hash] opts the optional parameters
844
844
  # @return [RegistrationFlow]
@@ -848,7 +848,7 @@ module OryHydraClient
848
848
  end
849
849
 
850
850
  # Get Registration Flow
851
- # This endpoint returns a registration flow&#39;s context with, for example, error details and other information. More information can be found at [Ory Kratos User Login and User Registration Documentation](https://www.ory.sh/docs/next/kratos/self-service/flows/user-login-user-registration).
851
+ # This endpoint returns a registration flow&#39;s context with, for example, error details and other information. :::info This endpoint is EXPERIMENTAL and subject to potential breaking changes in the future. ::: More information can be found at [Ory Kratos User Login and User Registration Documentation](https://www.ory.sh/docs/next/kratos/self-service/flows/user-login-user-registration).
852
852
  # @param id [String] The Registration Flow ID The value for this parameter comes from &#x60;flow&#x60; URL Query parameter sent to your application (e.g. &#x60;/registration?flow&#x3D;abcde&#x60;).
853
853
  # @param [Hash] opts the optional parameters
854
854
  # @return [Array<(RegistrationFlow, Integer, Hash)>] RegistrationFlow data, response status code and response headers
@@ -1277,21 +1277,21 @@ module OryHydraClient
1277
1277
  return data, status_code, headers
1278
1278
  end
1279
1279
 
1280
- # Initialize Login Flow for browsers
1281
- # This endpoint initializes a browser-based user login flow. Once initialized, the browser will be redirected to `selfservice.flows.login.ui_url` with the flow ID set as the query parameter `?flow=`. If a valid user session exists already, the browser will be redirected to `urls.default_redirect_url` unless the query parameter `?refresh=true` was set. This endpoint is NOT INTENDED for API clients and only works with browsers (Chrome, Firefox, ...). More information can be found at [Ory Kratos User Login and User Registration Documentation](https://www.ory.sh/docs/next/kratos/self-service/flows/user-login-user-registration).
1280
+ # Initialize Login Flow for Browsers
1281
+ # This endpoint initializes a browser-based user login flow. This endpoint will set the appropriate cookies and anti-CSRF measures required for browser-based flows. :::info This endpoint is EXPERIMENTAL and subject to potential breaking changes in the future. ::: If this endpoint is opened as a link in the browser, it will be redirected to `selfservice.flows.login.ui_url` with the flow ID set as the query parameter `?flow=`. If a valid user session exists already, the browser will be redirected to `urls.default_redirect_url` unless the query parameter `?refresh=true` was set. If this endpoint is called via an AJAX request, the response contains the login flow without a redirect. This endpoint is NOT INTENDED for clients that do not have a browser (Chrome, Firefox, ...) as cookies are needed. More information can be found at [Ory Kratos User Login and User Registration Documentation](https://www.ory.sh/docs/next/kratos/self-service/flows/user-login-user-registration).
1282
1282
  # @param [Hash] opts the optional parameters
1283
1283
  # @option opts [Boolean] :refresh Refresh a login session If set to true, this will refresh an existing login session by asking the user to sign in again. This will reset the authenticated_at time of the session.
1284
- # @return [nil]
1284
+ # @return [LoginFlow]
1285
1285
  def initialize_self_service_login_for_browsers(opts = {})
1286
- initialize_self_service_login_for_browsers_with_http_info(opts)
1287
- nil
1286
+ data, _status_code, _headers = initialize_self_service_login_for_browsers_with_http_info(opts)
1287
+ data
1288
1288
  end
1289
1289
 
1290
- # Initialize Login Flow for browsers
1291
- # This endpoint initializes a browser-based user login flow. Once initialized, the browser will be redirected to &#x60;selfservice.flows.login.ui_url&#x60; with the flow ID set as the query parameter &#x60;?flow&#x3D;&#x60;. If a valid user session exists already, the browser will be redirected to &#x60;urls.default_redirect_url&#x60; unless the query parameter &#x60;?refresh&#x3D;true&#x60; was set. This endpoint is NOT INTENDED for API clients and only works with browsers (Chrome, Firefox, ...). More information can be found at [Ory Kratos User Login and User Registration Documentation](https://www.ory.sh/docs/next/kratos/self-service/flows/user-login-user-registration).
1290
+ # Initialize Login Flow for Browsers
1291
+ # This endpoint initializes a browser-based user login flow. This endpoint will set the appropriate cookies and anti-CSRF measures required for browser-based flows. :::info This endpoint is EXPERIMENTAL and subject to potential breaking changes in the future. ::: If this endpoint is opened as a link in the browser, it will be redirected to &#x60;selfservice.flows.login.ui_url&#x60; with the flow ID set as the query parameter &#x60;?flow&#x3D;&#x60;. If a valid user session exists already, the browser will be redirected to &#x60;urls.default_redirect_url&#x60; unless the query parameter &#x60;?refresh&#x3D;true&#x60; was set. If this endpoint is called via an AJAX request, the response contains the login flow without a redirect. This endpoint is NOT INTENDED for clients that do not have a browser (Chrome, Firefox, ...) as cookies are needed. More information can be found at [Ory Kratos User Login and User Registration Documentation](https://www.ory.sh/docs/next/kratos/self-service/flows/user-login-user-registration).
1292
1292
  # @param [Hash] opts the optional parameters
1293
1293
  # @option opts [Boolean] :refresh Refresh a login session If set to true, this will refresh an existing login session by asking the user to sign in again. This will reset the authenticated_at time of the session.
1294
- # @return [Array<(nil, Integer, Hash)>] nil, response status code and response headers
1294
+ # @return [Array<(LoginFlow, Integer, Hash)>] LoginFlow data, response status code and response headers
1295
1295
  def initialize_self_service_login_for_browsers_with_http_info(opts = {})
1296
1296
  if @api_client.config.debugging
1297
1297
  @api_client.config.logger.debug 'Calling API: DefaultApi.initialize_self_service_login_for_browsers ...'
@@ -1315,7 +1315,7 @@ module OryHydraClient
1315
1315
  post_body = opts[:debug_body]
1316
1316
 
1317
1317
  # return_type
1318
- return_type = opts[:debug_return_type]
1318
+ return_type = opts[:debug_return_type] || 'LoginFlow'
1319
1319
 
1320
1320
  # auth_names
1321
1321
  auth_names = opts[:debug_auth_names] || []
@@ -1337,24 +1337,24 @@ module OryHydraClient
1337
1337
  return data, status_code, headers
1338
1338
  end
1339
1339
 
1340
- # Initialize Login Flow for Native Apps and API clients
1341
- # This endpoint initiates a login flow for API clients such as mobile devices, smart TVs, and so on. If a valid provided session cookie or session token is provided, a 400 Bad Request error will be returned unless the URL query parameter `?refresh=true` is set. To fetch an existing login flow call `/self-service/login/flows?flow=<flow_id>`. :::warning You MUST NOT use this endpoint in client-side (Single Page Apps, ReactJS, AngularJS) nor server-side (Java Server Pages, NodeJS, PHP, Golang, ...) browser applications. Using this endpoint in these applications will make you vulnerable to a variety of CSRF attacks, including CSRF login attacks. This endpoint MUST ONLY be used in scenarios such as native mobile apps (React Native, Objective C, Swift, Java, ...). ::: More information can be found at [Ory Kratos User Login and User Registration Documentation](https://www.ory.sh/docs/next/kratos/self-service/flows/user-login-user-registration).
1340
+ # Initialize Login Flow for APIs, Services, Apps, ...
1341
+ # This endpoint initiates a login flow for API clients that do not use a browser, such as mobile devices, smart TVs, and so on. :::info This endpoint is EXPERIMENTAL and subject to potential breaking changes in the future. ::: If a valid provided session cookie or session token is provided, a 400 Bad Request error will be returned unless the URL query parameter `?refresh=true` is set. To fetch an existing login flow call `/self-service/login/flows?flow=<flow_id>`. :::warning You MUST NOT use this endpoint in client-side (Single Page Apps, ReactJS, AngularJS) nor server-side (Java Server Pages, NodeJS, PHP, Golang, ...) browser applications. Using this endpoint in these applications will make you vulnerable to a variety of CSRF attacks, including CSRF login attacks. This endpoint MUST ONLY be used in scenarios such as native mobile apps (React Native, Objective C, Swift, Java, ...). ::: More information can be found at [Ory Kratos User Login and User Registration Documentation](https://www.ory.sh/docs/next/kratos/self-service/flows/user-login-user-registration).
1342
1342
  # @param [Hash] opts the optional parameters
1343
1343
  # @option opts [Boolean] :refresh Refresh a login session If set to true, this will refresh an existing login session by asking the user to sign in again. This will reset the authenticated_at time of the session.
1344
1344
  # @return [LoginFlow]
1345
- def initialize_self_service_login_for_native_apps(opts = {})
1346
- data, _status_code, _headers = initialize_self_service_login_for_native_apps_with_http_info(opts)
1345
+ def initialize_self_service_login_without_browser(opts = {})
1346
+ data, _status_code, _headers = initialize_self_service_login_without_browser_with_http_info(opts)
1347
1347
  data
1348
1348
  end
1349
1349
 
1350
- # Initialize Login Flow for Native Apps and API clients
1351
- # This endpoint initiates a login flow for API clients such as mobile devices, smart TVs, and so on. If a valid provided session cookie or session token is provided, a 400 Bad Request error will be returned unless the URL query parameter &#x60;?refresh&#x3D;true&#x60; is set. To fetch an existing login flow call &#x60;/self-service/login/flows?flow&#x3D;&lt;flow_id&gt;&#x60;. :::warning You MUST NOT use this endpoint in client-side (Single Page Apps, ReactJS, AngularJS) nor server-side (Java Server Pages, NodeJS, PHP, Golang, ...) browser applications. Using this endpoint in these applications will make you vulnerable to a variety of CSRF attacks, including CSRF login attacks. This endpoint MUST ONLY be used in scenarios such as native mobile apps (React Native, Objective C, Swift, Java, ...). ::: More information can be found at [Ory Kratos User Login and User Registration Documentation](https://www.ory.sh/docs/next/kratos/self-service/flows/user-login-user-registration).
1350
+ # Initialize Login Flow for APIs, Services, Apps, ...
1351
+ # This endpoint initiates a login flow for API clients that do not use a browser, such as mobile devices, smart TVs, and so on. :::info This endpoint is EXPERIMENTAL and subject to potential breaking changes in the future. ::: If a valid provided session cookie or session token is provided, a 400 Bad Request error will be returned unless the URL query parameter &#x60;?refresh&#x3D;true&#x60; is set. To fetch an existing login flow call &#x60;/self-service/login/flows?flow&#x3D;&lt;flow_id&gt;&#x60;. :::warning You MUST NOT use this endpoint in client-side (Single Page Apps, ReactJS, AngularJS) nor server-side (Java Server Pages, NodeJS, PHP, Golang, ...) browser applications. Using this endpoint in these applications will make you vulnerable to a variety of CSRF attacks, including CSRF login attacks. This endpoint MUST ONLY be used in scenarios such as native mobile apps (React Native, Objective C, Swift, Java, ...). ::: More information can be found at [Ory Kratos User Login and User Registration Documentation](https://www.ory.sh/docs/next/kratos/self-service/flows/user-login-user-registration).
1352
1352
  # @param [Hash] opts the optional parameters
1353
1353
  # @option opts [Boolean] :refresh Refresh a login session If set to true, this will refresh an existing login session by asking the user to sign in again. This will reset the authenticated_at time of the session.
1354
1354
  # @return [Array<(LoginFlow, Integer, Hash)>] LoginFlow data, response status code and response headers
1355
- def initialize_self_service_login_for_native_apps_with_http_info(opts = {})
1355
+ def initialize_self_service_login_without_browser_with_http_info(opts = {})
1356
1356
  if @api_client.config.debugging
1357
- @api_client.config.logger.debug 'Calling API: DefaultApi.initialize_self_service_login_for_native_apps ...'
1357
+ @api_client.config.logger.debug 'Calling API: DefaultApi.initialize_self_service_login_without_browser ...'
1358
1358
  end
1359
1359
  # resource path
1360
1360
  local_var_path = '/api/kratos/public/self-service/login/api'
@@ -1381,7 +1381,7 @@ module OryHydraClient
1381
1381
  auth_names = opts[:debug_auth_names] || []
1382
1382
 
1383
1383
  new_options = opts.merge(
1384
- :operation => :"DefaultApi.initialize_self_service_login_for_native_apps",
1384
+ :operation => :"DefaultApi.initialize_self_service_login_without_browser",
1385
1385
  :header_params => header_params,
1386
1386
  :query_params => query_params,
1387
1387
  :form_params => form_params,
@@ -1392,7 +1392,7 @@ module OryHydraClient
1392
1392
 
1393
1393
  data, status_code, headers = @api_client.call_api(:GET, local_var_path, new_options)
1394
1394
  if @api_client.config.debugging
1395
- @api_client.config.logger.debug "API called: DefaultApi#initialize_self_service_login_for_native_apps\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
1395
+ @api_client.config.logger.debug "API called: DefaultApi#initialize_self_service_login_without_browser\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
1396
1396
  end
1397
1397
  return data, status_code, headers
1398
1398
  end
@@ -1511,19 +1511,19 @@ module OryHydraClient
1511
1511
  return data, status_code, headers
1512
1512
  end
1513
1513
 
1514
- # Initialize Registration Flow for browsers
1515
- # This endpoint initializes a browser-based user registration flow. Once initialized, the browser will be redirected to `selfservice.flows.registration.ui_url` with the flow ID set as the query parameter `?flow=`. If a valid user session exists already, the browser will be redirected to `urls.default_redirect_url` unless the query parameter `?refresh=true` was set. :::note This endpoint is NOT INTENDED for API clients and only works with browsers (Chrome, Firefox, ...). ::: More information can be found at [Ory Kratos User Login and User Registration Documentation](https://www.ory.sh/docs/next/kratos/self-service/flows/user-login-user-registration).
1514
+ # Initialize Registration Flow for Browsers
1515
+ # This endpoint initializes a browser-based user registration flow. This endpoint will set the appropriate cookies and anti-CSRF measures required for browser-based flows. :::info This endpoint is EXPERIMENTAL and subject to potential breaking changes in the future. ::: If this endpoint is opened as a link in the browser, it will be redirected to `selfservice.flows.registration.ui_url` with the flow ID set as the query parameter `?flow=`. If a valid user session exists already, the browser will be redirected to `urls.default_redirect_url`. If this endpoint is called via an AJAX request, the response contains the registration flow without a redirect. This endpoint is NOT INTENDED for clients that do not have a browser (Chrome, Firefox, ...) as cookies are needed. More information can be found at [Ory Kratos User Login and User Registration Documentation](https://www.ory.sh/docs/next/kratos/self-service/flows/user-login-user-registration).
1516
1516
  # @param [Hash] opts the optional parameters
1517
- # @return [nil]
1517
+ # @return [RegistrationFlow]
1518
1518
  def initialize_self_service_registration_for_browsers(opts = {})
1519
- initialize_self_service_registration_for_browsers_with_http_info(opts)
1520
- nil
1519
+ data, _status_code, _headers = initialize_self_service_registration_for_browsers_with_http_info(opts)
1520
+ data
1521
1521
  end
1522
1522
 
1523
- # Initialize Registration Flow for browsers
1524
- # This endpoint initializes a browser-based user registration flow. Once initialized, the browser will be redirected to &#x60;selfservice.flows.registration.ui_url&#x60; with the flow ID set as the query parameter &#x60;?flow&#x3D;&#x60;. If a valid user session exists already, the browser will be redirected to &#x60;urls.default_redirect_url&#x60; unless the query parameter &#x60;?refresh&#x3D;true&#x60; was set. :::note This endpoint is NOT INTENDED for API clients and only works with browsers (Chrome, Firefox, ...). ::: More information can be found at [Ory Kratos User Login and User Registration Documentation](https://www.ory.sh/docs/next/kratos/self-service/flows/user-login-user-registration).
1523
+ # Initialize Registration Flow for Browsers
1524
+ # This endpoint initializes a browser-based user registration flow. This endpoint will set the appropriate cookies and anti-CSRF measures required for browser-based flows. :::info This endpoint is EXPERIMENTAL and subject to potential breaking changes in the future. ::: If this endpoint is opened as a link in the browser, it will be redirected to &#x60;selfservice.flows.registration.ui_url&#x60; with the flow ID set as the query parameter &#x60;?flow&#x3D;&#x60;. If a valid user session exists already, the browser will be redirected to &#x60;urls.default_redirect_url&#x60;. If this endpoint is called via an AJAX request, the response contains the registration flow without a redirect. This endpoint is NOT INTENDED for clients that do not have a browser (Chrome, Firefox, ...) as cookies are needed. More information can be found at [Ory Kratos User Login and User Registration Documentation](https://www.ory.sh/docs/next/kratos/self-service/flows/user-login-user-registration).
1525
1525
  # @param [Hash] opts the optional parameters
1526
- # @return [Array<(nil, Integer, Hash)>] nil, response status code and response headers
1526
+ # @return [Array<(RegistrationFlow, Integer, Hash)>] RegistrationFlow data, response status code and response headers
1527
1527
  def initialize_self_service_registration_for_browsers_with_http_info(opts = {})
1528
1528
  if @api_client.config.debugging
1529
1529
  @api_client.config.logger.debug 'Calling API: DefaultApi.initialize_self_service_registration_for_browsers ...'
@@ -1546,7 +1546,7 @@ module OryHydraClient
1546
1546
  post_body = opts[:debug_body]
1547
1547
 
1548
1548
  # return_type
1549
- return_type = opts[:debug_return_type]
1549
+ return_type = opts[:debug_return_type] || 'RegistrationFlow'
1550
1550
 
1551
1551
  # auth_names
1552
1552
  auth_names = opts[:debug_auth_names] || []
@@ -1568,22 +1568,22 @@ module OryHydraClient
1568
1568
  return data, status_code, headers
1569
1569
  end
1570
1570
 
1571
- # Initialize Registration Flow for Native Apps and API clients
1572
- # This endpoint initiates a registration flow for API clients such as mobile devices, smart TVs, and so on. If a valid provided session cookie or session token is provided, a 400 Bad Request error will be returned unless the URL query parameter `?refresh=true` is set. To fetch an existing registration flow call `/self-service/registration/flows?flow=<flow_id>`. :::warning You MUST NOT use this endpoint in client-side (Single Page Apps, ReactJS, AngularJS) nor server-side (Java Server Pages, NodeJS, PHP, Golang, ...) browser applications. Using this endpoint in these applications will make you vulnerable to a variety of CSRF attacks. This endpoint MUST ONLY be used in scenarios such as native mobile apps (React Native, Objective C, Swift, Java, ...). ::: More information can be found at [Ory Kratos User Login and User Registration Documentation](https://www.ory.sh/docs/next/kratos/self-service/flows/user-login-user-registration).
1571
+ # Initialize Registration Flow for APIs, Services, Apps, ...
1572
+ # This endpoint initiates a registration flow for API clients such as mobile devices, smart TVs, and so on. :::info This endpoint is EXPERIMENTAL and subject to potential breaking changes in the future. ::: If a valid provided session cookie or session token is provided, a 400 Bad Request error will be returned unless the URL query parameter `?refresh=true` is set. To fetch an existing registration flow call `/self-service/registration/flows?flow=<flow_id>`. :::warning You MUST NOT use this endpoint in client-side (Single Page Apps, ReactJS, AngularJS) nor server-side (Java Server Pages, NodeJS, PHP, Golang, ...) browser applications. Using this endpoint in these applications will make you vulnerable to a variety of CSRF attacks. This endpoint MUST ONLY be used in scenarios such as native mobile apps (React Native, Objective C, Swift, Java, ...). ::: More information can be found at [Ory Kratos User Login and User Registration Documentation](https://www.ory.sh/docs/next/kratos/self-service/flows/user-login-user-registration).
1573
1573
  # @param [Hash] opts the optional parameters
1574
1574
  # @return [RegistrationFlow]
1575
- def initialize_self_service_registration_for_native_apps(opts = {})
1576
- data, _status_code, _headers = initialize_self_service_registration_for_native_apps_with_http_info(opts)
1575
+ def initialize_self_service_registration_without_browser(opts = {})
1576
+ data, _status_code, _headers = initialize_self_service_registration_without_browser_with_http_info(opts)
1577
1577
  data
1578
1578
  end
1579
1579
 
1580
- # Initialize Registration Flow for Native Apps and API clients
1581
- # This endpoint initiates a registration flow for API clients such as mobile devices, smart TVs, and so on. If a valid provided session cookie or session token is provided, a 400 Bad Request error will be returned unless the URL query parameter &#x60;?refresh&#x3D;true&#x60; is set. To fetch an existing registration flow call &#x60;/self-service/registration/flows?flow&#x3D;&lt;flow_id&gt;&#x60;. :::warning You MUST NOT use this endpoint in client-side (Single Page Apps, ReactJS, AngularJS) nor server-side (Java Server Pages, NodeJS, PHP, Golang, ...) browser applications. Using this endpoint in these applications will make you vulnerable to a variety of CSRF attacks. This endpoint MUST ONLY be used in scenarios such as native mobile apps (React Native, Objective C, Swift, Java, ...). ::: More information can be found at [Ory Kratos User Login and User Registration Documentation](https://www.ory.sh/docs/next/kratos/self-service/flows/user-login-user-registration).
1580
+ # Initialize Registration Flow for APIs, Services, Apps, ...
1581
+ # This endpoint initiates a registration flow for API clients such as mobile devices, smart TVs, and so on. :::info This endpoint is EXPERIMENTAL and subject to potential breaking changes in the future. ::: If a valid provided session cookie or session token is provided, a 400 Bad Request error will be returned unless the URL query parameter &#x60;?refresh&#x3D;true&#x60; is set. To fetch an existing registration flow call &#x60;/self-service/registration/flows?flow&#x3D;&lt;flow_id&gt;&#x60;. :::warning You MUST NOT use this endpoint in client-side (Single Page Apps, ReactJS, AngularJS) nor server-side (Java Server Pages, NodeJS, PHP, Golang, ...) browser applications. Using this endpoint in these applications will make you vulnerable to a variety of CSRF attacks. This endpoint MUST ONLY be used in scenarios such as native mobile apps (React Native, Objective C, Swift, Java, ...). ::: More information can be found at [Ory Kratos User Login and User Registration Documentation](https://www.ory.sh/docs/next/kratos/self-service/flows/user-login-user-registration).
1582
1582
  # @param [Hash] opts the optional parameters
1583
1583
  # @return [Array<(RegistrationFlow, Integer, Hash)>] RegistrationFlow data, response status code and response headers
1584
- def initialize_self_service_registration_for_native_apps_with_http_info(opts = {})
1584
+ def initialize_self_service_registration_without_browser_with_http_info(opts = {})
1585
1585
  if @api_client.config.debugging
1586
- @api_client.config.logger.debug 'Calling API: DefaultApi.initialize_self_service_registration_for_native_apps ...'
1586
+ @api_client.config.logger.debug 'Calling API: DefaultApi.initialize_self_service_registration_without_browser ...'
1587
1587
  end
1588
1588
  # resource path
1589
1589
  local_var_path = '/api/kratos/public/self-service/registration/api'
@@ -1609,7 +1609,7 @@ module OryHydraClient
1609
1609
  auth_names = opts[:debug_auth_names] || []
1610
1610
 
1611
1611
  new_options = opts.merge(
1612
- :operation => :"DefaultApi.initialize_self_service_registration_for_native_apps",
1612
+ :operation => :"DefaultApi.initialize_self_service_registration_without_browser",
1613
1613
  :header_params => header_params,
1614
1614
  :query_params => query_params,
1615
1615
  :form_params => form_params,
@@ -1620,7 +1620,7 @@ module OryHydraClient
1620
1620
 
1621
1621
  data, status_code, headers = @api_client.call_api(:GET, local_var_path, new_options)
1622
1622
  if @api_client.config.debugging
1623
- @api_client.config.logger.debug "API called: DefaultApi#initialize_self_service_registration_for_native_apps\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
1623
+ @api_client.config.logger.debug "API called: DefaultApi#initialize_self_service_registration_without_browser\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
1624
1624
  end
1625
1625
  return data, status_code, headers
1626
1626
  end
@@ -2166,7 +2166,7 @@ module OryHydraClient
2166
2166
  end
2167
2167
 
2168
2168
  # Submit a Login Flow
2169
- # Use this endpoint to complete a login flow. This endpoint behaves differently for API and browser flows. API flows expect `application/json` to be sent in the body and responds with HTTP 200 and a application/json body with the session token on success; HTTP 302 redirect to a fresh login flow if the original flow expired with the appropriate error messages set; HTTP 400 on form validation errors. Browser flows expect `application/x-www-form-urlencoded` to be sent in the body and responds with a HTTP 302 redirect to the post/after login URL or the `return_to` value if it was set and if the login succeeded; a HTTP 302 redirect to the login UI URL with the flow ID containing the validation errors otherwise. More information can be found at [Ory Kratos User Login and User Registration Documentation](https://www.ory.sh/docs/next/kratos/self-service/flows/user-login-user-registration).
2169
+ # :::info This endpoint is EXPERIMENTAL and subject to potential breaking changes in the future. ::: Use this endpoint to complete a login flow. This endpoint behaves differently for API and browser flows. API flows expect `application/json` to be sent in the body and responds with HTTP 200 and a application/json body with the session token on success; HTTP 302 redirect to a fresh login flow if the original flow expired with the appropriate error messages set; HTTP 400 on form validation errors. Browser flows expect a Content-Type of `application/x-www-form-urlencoded` or `application/json` to be sent in the body and respond with a HTTP 302 redirect to the post/after login URL or the `return_to` value if it was set and if the login succeeded; a HTTP 302 redirect to the login UI URL with the flow ID containing the validation errors otherwise. Browser flows with an accept header of `application/json` will not redirect but instead respond with HTTP 200 and a application/json body with the signed in identity and a `Set-Cookie` header on success; HTTP 302 redirect to a fresh login flow if the original flow expired with the appropriate error messages set; HTTP 400 on form validation errors. More information can be found at [Ory Kratos User Login and User Registration Documentation](https://www.ory.sh/docs/next/kratos/self-service/flows/user-login-user-registration).
2170
2170
  # @param flow [String] The Login Flow ID The value for this parameter comes from &#x60;flow&#x60; URL Query parameter sent to your application (e.g. &#x60;/login?flow&#x3D;abcde&#x60;).
2171
2171
  # @param [Hash] opts the optional parameters
2172
2172
  # @option opts [SubmitSelfServiceLoginFlow] :submit_self_service_login_flow
@@ -2177,7 +2177,7 @@ module OryHydraClient
2177
2177
  end
2178
2178
 
2179
2179
  # Submit a Login Flow
2180
- # Use this endpoint to complete a login flow. This endpoint behaves differently for API and browser flows. API flows expect &#x60;application/json&#x60; to be sent in the body and responds with HTTP 200 and a application/json body with the session token on success; HTTP 302 redirect to a fresh login flow if the original flow expired with the appropriate error messages set; HTTP 400 on form validation errors. Browser flows expect &#x60;application/x-www-form-urlencoded&#x60; to be sent in the body and responds with a HTTP 302 redirect to the post/after login URL or the &#x60;return_to&#x60; value if it was set and if the login succeeded; a HTTP 302 redirect to the login UI URL with the flow ID containing the validation errors otherwise. More information can be found at [Ory Kratos User Login and User Registration Documentation](https://www.ory.sh/docs/next/kratos/self-service/flows/user-login-user-registration).
2180
+ # :::info This endpoint is EXPERIMENTAL and subject to potential breaking changes in the future. ::: Use this endpoint to complete a login flow. This endpoint behaves differently for API and browser flows. API flows expect &#x60;application/json&#x60; to be sent in the body and responds with HTTP 200 and a application/json body with the session token on success; HTTP 302 redirect to a fresh login flow if the original flow expired with the appropriate error messages set; HTTP 400 on form validation errors. Browser flows expect a Content-Type of &#x60;application/x-www-form-urlencoded&#x60; or &#x60;application/json&#x60; to be sent in the body and respond with a HTTP 302 redirect to the post/after login URL or the &#x60;return_to&#x60; value if it was set and if the login succeeded; a HTTP 302 redirect to the login UI URL with the flow ID containing the validation errors otherwise. Browser flows with an accept header of &#x60;application/json&#x60; will not redirect but instead respond with HTTP 200 and a application/json body with the signed in identity and a &#x60;Set-Cookie&#x60; header on success; HTTP 302 redirect to a fresh login flow if the original flow expired with the appropriate error messages set; HTTP 400 on form validation errors. More information can be found at [Ory Kratos User Login and User Registration Documentation](https://www.ory.sh/docs/next/kratos/self-service/flows/user-login-user-registration).
2181
2181
  # @param flow [String] The Login Flow ID The value for this parameter comes from &#x60;flow&#x60; URL Query parameter sent to your application (e.g. &#x60;/login?flow&#x3D;abcde&#x60;).
2182
2182
  # @param [Hash] opts the optional parameters
2183
2183
  # @option opts [SubmitSelfServiceLoginFlow] :submit_self_service_login_flow
@@ -2369,7 +2369,7 @@ module OryHydraClient
2369
2369
  end
2370
2370
 
2371
2371
  # Submit a Registration Flow
2372
- # Use this endpoint to complete a registration flow by sending an identity's traits and password. This endpoint behaves differently for API and browser flows. API flows expect `application/json` to be sent in the body and respond with HTTP 200 and a application/json body with the created identity success - if the session hook is configured the `session` and `session_token` will also be included; HTTP 302 redirect to a fresh registration flow if the original flow expired with the appropriate error messages set; HTTP 400 on form validation errors. Browser flows expect `application/x-www-form-urlencoded` to be sent in the body and responds with a HTTP 302 redirect to the post/after registration URL or the `return_to` value if it was set and if the registration succeeded; a HTTP 302 redirect to the registration UI URL with the flow ID containing the validation errors otherwise. More information can be found at [Ory Kratos User Login and User Registration Documentation](https://www.ory.sh/docs/next/kratos/self-service/flows/user-login-user-registration).
2372
+ # :::info This endpoint is EXPERIMENTAL and subject to potential breaking changes in the future. ::: Use this endpoint to complete a registration flow by sending an identity's traits and password. This endpoint behaves differently for API and browser flows. API flows expect `application/json` to be sent in the body and respond with HTTP 200 and a application/json body with the created identity success - if the session hook is configured the `session` and `session_token` will also be included; HTTP 302 redirect to a fresh registration flow if the original flow expired with the appropriate error messages set; HTTP 400 on form validation errors. Browser flows expect a Content-Type of `application/x-www-form-urlencoded` or `application/json` to be sent in the body and respond with a HTTP 302 redirect to the post/after registration URL or the `return_to` value if it was set and if the registration succeeded; a HTTP 302 redirect to the registration UI URL with the flow ID containing the validation errors otherwise. Browser flows with an accept header of `application/json` will not redirect but instead respond with HTTP 200 and a application/json body with the signed in identity and a `Set-Cookie` header on success; HTTP 302 redirect to a fresh login flow if the original flow expired with the appropriate error messages set; HTTP 400 on form validation errors. More information can be found at [Ory Kratos User Login and User Registration Documentation](https://www.ory.sh/docs/next/kratos/self-service/flows/user-login-user-registration).
2373
2373
  # @param flow [String] The Registration Flow ID The value for this parameter comes from &#x60;flow&#x60; URL Query parameter sent to your application (e.g. &#x60;/registration?flow&#x3D;abcde&#x60;).
2374
2374
  # @param [Hash] opts the optional parameters
2375
2375
  # @option opts [SubmitSelfServiceRegistrationFlow] :submit_self_service_registration_flow
@@ -2380,7 +2380,7 @@ module OryHydraClient
2380
2380
  end
2381
2381
 
2382
2382
  # Submit a Registration Flow
2383
- # Use this endpoint to complete a registration flow by sending an identity&#39;s traits and password. This endpoint behaves differently for API and browser flows. API flows expect &#x60;application/json&#x60; to be sent in the body and respond with HTTP 200 and a application/json body with the created identity success - if the session hook is configured the &#x60;session&#x60; and &#x60;session_token&#x60; will also be included; HTTP 302 redirect to a fresh registration flow if the original flow expired with the appropriate error messages set; HTTP 400 on form validation errors. Browser flows expect &#x60;application/x-www-form-urlencoded&#x60; to be sent in the body and responds with a HTTP 302 redirect to the post/after registration URL or the &#x60;return_to&#x60; value if it was set and if the registration succeeded; a HTTP 302 redirect to the registration UI URL with the flow ID containing the validation errors otherwise. More information can be found at [Ory Kratos User Login and User Registration Documentation](https://www.ory.sh/docs/next/kratos/self-service/flows/user-login-user-registration).
2383
+ # :::info This endpoint is EXPERIMENTAL and subject to potential breaking changes in the future. ::: Use this endpoint to complete a registration flow by sending an identity&#39;s traits and password. This endpoint behaves differently for API and browser flows. API flows expect &#x60;application/json&#x60; to be sent in the body and respond with HTTP 200 and a application/json body with the created identity success - if the session hook is configured the &#x60;session&#x60; and &#x60;session_token&#x60; will also be included; HTTP 302 redirect to a fresh registration flow if the original flow expired with the appropriate error messages set; HTTP 400 on form validation errors. Browser flows expect a Content-Type of &#x60;application/x-www-form-urlencoded&#x60; or &#x60;application/json&#x60; to be sent in the body and respond with a HTTP 302 redirect to the post/after registration URL or the &#x60;return_to&#x60; value if it was set and if the registration succeeded; a HTTP 302 redirect to the registration UI URL with the flow ID containing the validation errors otherwise. Browser flows with an accept header of &#x60;application/json&#x60; will not redirect but instead respond with HTTP 200 and a application/json body with the signed in identity and a &#x60;Set-Cookie&#x60; header on success; HTTP 302 redirect to a fresh login flow if the original flow expired with the appropriate error messages set; HTTP 400 on form validation errors. More information can be found at [Ory Kratos User Login and User Registration Documentation](https://www.ory.sh/docs/next/kratos/self-service/flows/user-login-user-registration).
2384
2384
  # @param flow [String] The Registration Flow ID The value for this parameter comes from &#x60;flow&#x60; URL Query parameter sent to your application (e.g. &#x60;/registration?flow&#x3D;abcde&#x60;).
2385
2385
  # @param [Hash] opts the optional parameters
2386
2386
  # @option opts [SubmitSelfServiceRegistrationFlow] :submit_self_service_registration_flow
@@ -2533,7 +2533,7 @@ module OryHydraClient
2533
2533
  fail ArgumentError, "Missing the required parameter 'flow' when calling DefaultApi.submit_self_service_verification_flow"
2534
2534
  end
2535
2535
  # resource path
2536
- local_var_path = '/api/kratos/public/self-service/verification'
2536
+ local_var_path = '/api/kratos/public/self-service/verification/flows'
2537
2537
 
2538
2538
  # query parameters
2539
2539
  query_params = opts[:query_params] || {}
@@ -3,7 +3,7 @@
3
3
 
4
4
  #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.
5
5
 
6
- The version of the OpenAPI document: v0.0.1-alpha.7
6
+ The version of the OpenAPI document: v0.0.1-alpha.8
7
7
  Contact: support@ory.sh
8
8
  Generated by: https://openapi-generator.tech
9
9
  OpenAPI Generator version: 5.1.1
@@ -3,7 +3,7 @@
3
3
 
4
4
  #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.
5
5
 
6
- The version of the OpenAPI document: v0.0.1-alpha.7
6
+ The version of the OpenAPI document: v0.0.1-alpha.8
7
7
  Contact: support@ory.sh
8
8
  Generated by: https://openapi-generator.tech
9
9
  OpenAPI Generator version: 5.1.1
@@ -3,7 +3,7 @@
3
3
 
4
4
  #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.
5
5
 
6
- The version of the OpenAPI document: v0.0.1-alpha.7
6
+ The version of the OpenAPI document: v0.0.1-alpha.8
7
7
  Contact: support@ory.sh
8
8
  Generated by: https://openapi-generator.tech
9
9
  OpenAPI Generator version: 5.1.1
@@ -3,7 +3,7 @@
3
3
 
4
4
  #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.
5
5
 
6
- The version of the OpenAPI document: v0.0.1-alpha.7
6
+ The version of the OpenAPI document: v0.0.1-alpha.8
7
7
  Contact: support@ory.sh
8
8
  Generated by: https://openapi-generator.tech
9
9
  OpenAPI Generator version: 5.1.1
@@ -3,7 +3,7 @@
3
3
 
4
4
  #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.
5
5
 
6
- The version of the OpenAPI document: v0.0.1-alpha.7
6
+ The version of the OpenAPI document: v0.0.1-alpha.8
7
7
  Contact: support@ory.sh
8
8
  Generated by: https://openapi-generator.tech
9
9
  OpenAPI Generator version: 5.1.1
@@ -3,7 +3,7 @@
3
3
 
4
4
  #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.
5
5
 
6
- The version of the OpenAPI document: v0.0.1-alpha.7
6
+ The version of the OpenAPI document: v0.0.1-alpha.8
7
7
  Contact: support@ory.sh
8
8
  Generated by: https://openapi-generator.tech
9
9
  OpenAPI Generator version: 5.1.1
@@ -3,7 +3,7 @@
3
3
 
4
4
  #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.
5
5
 
6
- The version of the OpenAPI document: v0.0.1-alpha.7
6
+ The version of the OpenAPI document: v0.0.1-alpha.8
7
7
  Contact: support@ory.sh
8
8
  Generated by: https://openapi-generator.tech
9
9
  OpenAPI Generator version: 5.1.1
@@ -3,7 +3,7 @@
3
3
 
4
4
  #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.
5
5
 
6
- The version of the OpenAPI document: v0.0.1-alpha.7
6
+ The version of the OpenAPI document: v0.0.1-alpha.8
7
7
  Contact: support@ory.sh
8
8
  Generated by: https://openapi-generator.tech
9
9
  OpenAPI Generator version: 5.1.1
@@ -3,7 +3,7 @@
3
3
 
4
4
  #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.
5
5
 
6
- The version of the OpenAPI document: v0.0.1-alpha.7
6
+ The version of the OpenAPI document: v0.0.1-alpha.8
7
7
  Contact: support@ory.sh
8
8
  Generated by: https://openapi-generator.tech
9
9
  OpenAPI Generator version: 5.1.1
@@ -3,7 +3,7 @@
3
3
 
4
4
  #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.
5
5
 
6
- The version of the OpenAPI document: v0.0.1-alpha.7
6
+ The version of the OpenAPI document: v0.0.1-alpha.8
7
7
  Contact: support@ory.sh
8
8
  Generated by: https://openapi-generator.tech
9
9
  OpenAPI Generator version: 5.1.1
@@ -3,7 +3,7 @@
3
3
 
4
4
  #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.
5
5
 
6
- The version of the OpenAPI document: v0.0.1-alpha.7
6
+ The version of the OpenAPI document: v0.0.1-alpha.8
7
7
  Contact: support@ory.sh
8
8
  Generated by: https://openapi-generator.tech
9
9
  OpenAPI Generator version: 5.1.1
@@ -3,7 +3,7 @@
3
3
 
4
4
  #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.
5
5
 
6
- The version of the OpenAPI document: v0.0.1-alpha.7
6
+ The version of the OpenAPI document: v0.0.1-alpha.8
7
7
  Contact: support@ory.sh
8
8
  Generated by: https://openapi-generator.tech
9
9
  OpenAPI Generator version: 5.1.1
@@ -3,7 +3,7 @@
3
3
 
4
4
  #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.
5
5
 
6
- The version of the OpenAPI document: v0.0.1-alpha.7
6
+ The version of the OpenAPI document: v0.0.1-alpha.8
7
7
  Contact: support@ory.sh
8
8
  Generated by: https://openapi-generator.tech
9
9
  OpenAPI Generator version: 5.1.1
@@ -3,7 +3,7 @@
3
3
 
4
4
  #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.
5
5
 
6
- The version of the OpenAPI document: v0.0.1-alpha.7
6
+ The version of the OpenAPI document: v0.0.1-alpha.8
7
7
  Contact: support@ory.sh
8
8
  Generated by: https://openapi-generator.tech
9
9
  OpenAPI Generator version: 5.1.1
@@ -3,7 +3,7 @@
3
3
 
4
4
  #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.
5
5
 
6
- The version of the OpenAPI document: v0.0.1-alpha.7
6
+ The version of the OpenAPI document: v0.0.1-alpha.8
7
7
  Contact: support@ory.sh
8
8
  Generated by: https://openapi-generator.tech
9
9
  OpenAPI Generator version: 5.1.1
@@ -3,7 +3,7 @@
3
3
 
4
4
  #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.
5
5
 
6
- The version of the OpenAPI document: v0.0.1-alpha.7
6
+ The version of the OpenAPI document: v0.0.1-alpha.8
7
7
  Contact: support@ory.sh
8
8
  Generated by: https://openapi-generator.tech
9
9
  OpenAPI Generator version: 5.1.1
@@ -3,7 +3,7 @@
3
3
 
4
4
  #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.
5
5
 
6
- The version of the OpenAPI document: v0.0.1-alpha.7
6
+ The version of the OpenAPI document: v0.0.1-alpha.8
7
7
  Contact: support@ory.sh
8
8
  Generated by: https://openapi-generator.tech
9
9
  OpenAPI Generator version: 5.1.1
@@ -3,7 +3,7 @@
3
3
 
4
4
  #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.
5
5
 
6
- The version of the OpenAPI document: v0.0.1-alpha.7
6
+ The version of the OpenAPI document: v0.0.1-alpha.8
7
7
  Contact: support@ory.sh
8
8
  Generated by: https://openapi-generator.tech
9
9
  OpenAPI Generator version: 5.1.1
@@ -3,7 +3,7 @@
3
3
 
4
4
  #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.
5
5
 
6
- The version of the OpenAPI document: v0.0.1-alpha.7
6
+ The version of the OpenAPI document: v0.0.1-alpha.8
7
7
  Contact: support@ory.sh
8
8
  Generated by: https://openapi-generator.tech
9
9
  OpenAPI Generator version: 5.1.1
@@ -3,7 +3,7 @@
3
3
 
4
4
  #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.
5
5
 
6
- The version of the OpenAPI document: v0.0.1-alpha.7
6
+ The version of the OpenAPI document: v0.0.1-alpha.8
7
7
  Contact: support@ory.sh
8
8
  Generated by: https://openapi-generator.tech
9
9
  OpenAPI Generator version: 5.1.1
@@ -3,7 +3,7 @@
3
3
 
4
4
  #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.
5
5
 
6
- The version of the OpenAPI document: v0.0.1-alpha.7
6
+ The version of the OpenAPI document: v0.0.1-alpha.8
7
7
  Contact: support@ory.sh
8
8
  Generated by: https://openapi-generator.tech
9
9
  OpenAPI Generator version: 5.1.1
@@ -3,7 +3,7 @@
3
3
 
4
4
  #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.
5
5
 
6
- The version of the OpenAPI document: v0.0.1-alpha.7
6
+ The version of the OpenAPI document: v0.0.1-alpha.8
7
7
  Contact: support@ory.sh
8
8
  Generated by: https://openapi-generator.tech
9
9
  OpenAPI Generator version: 5.1.1
@@ -3,7 +3,7 @@
3
3
 
4
4
  #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.
5
5
 
6
- The version of the OpenAPI document: v0.0.1-alpha.7
6
+ The version of the OpenAPI document: v0.0.1-alpha.8
7
7
  Contact: support@ory.sh
8
8
  Generated by: https://openapi-generator.tech
9
9
  OpenAPI Generator version: 5.1.1
@@ -3,7 +3,7 @@
3
3
 
4
4
  #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.
5
5
 
6
- The version of the OpenAPI document: v0.0.1-alpha.7
6
+ The version of the OpenAPI document: v0.0.1-alpha.8
7
7
  Contact: support@ory.sh
8
8
  Generated by: https://openapi-generator.tech
9
9
  OpenAPI Generator version: 5.1.1
@@ -3,7 +3,7 @@
3
3
 
4
4
  #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.
5
5
 
6
- The version of the OpenAPI document: v0.0.1-alpha.7
6
+ The version of the OpenAPI document: v0.0.1-alpha.8
7
7
  Contact: support@ory.sh
8
8
  Generated by: https://openapi-generator.tech
9
9
  OpenAPI Generator version: 5.1.1
@@ -3,7 +3,7 @@
3
3
 
4
4
  #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.
5
5
 
6
- The version of the OpenAPI document: v0.0.1-alpha.7
6
+ The version of the OpenAPI document: v0.0.1-alpha.8
7
7
  Contact: support@ory.sh
8
8
  Generated by: https://openapi-generator.tech
9
9
  OpenAPI Generator version: 5.1.1