docs/FrontendApi.md in ory-client-1.1.40 vs docs/FrontendApi.md in ory-client-1.1.41
- old
+ new
@@ -124,11 +124,12 @@
require 'time'
require 'ory-client'
api_instance = OryClient::FrontendApi.new
opts = {
- cookie: 'cookie_example' # String | HTTP Cookies If you call this endpoint from a backend, please include the original Cookie header in the request.
+ cookie: 'cookie_example', # String | HTTP Cookies If you call this endpoint from a backend, please include the original Cookie header in the request.
+ return_to: 'return_to_example' # String | Return to URL The URL to which the browser should be redirected to after the logout has been performed.
}
begin
# Create a Logout URL for Browsers
result = api_instance.create_browser_logout_flow(opts)
@@ -159,9 +160,10 @@
### Parameters
| Name | Type | Description | Notes |
| ---- | ---- | ----------- | ----- |
| **cookie** | **String** | HTTP Cookies If you call this endpoint from a backend, please include the original Cookie header in the request. | [optional] |
+| **return_to** | **String** | Return to URL The URL to which the browser should be redirected to after the logout has been performed. | [optional] |
### Return type
[**LogoutFlow**](LogoutFlow.md)