Sha256: 3f4ebc4f6443419793f4c9c41b1a2708ceda6a05699507a627271b43bb3ceb6e

Contents?: true

Size: 447 Bytes

Versions: 126

Compression:

Stored size: 447 Bytes

Contents

# OryClient::LogoutFlow

## Properties

| Name | Type | Description | Notes |
| ---- | ---- | ----------- | ----- |
| **logout_token** | **String** | LogoutToken can be used to perform logout using AJAX. |  |
| **logout_url** | **String** | LogoutURL can be opened in a browser to sign the user out.  format: uri |  |

## Example

```ruby
require 'ory-client'

instance = OryClient::LogoutFlow.new(
  logout_token: null,
  logout_url: null
)
```

Version data entries

126 entries across 126 versions & 1 rubygems

Version Path
ory-client-1.17.2 docs/LogoutFlow.md
ory-client-1.17.1 docs/LogoutFlow.md
ory-client-1.16.10 docs/LogoutFlow.md
ory-client-1.16.9 docs/LogoutFlow.md
ory-client-1.16.7 docs/LogoutFlow.md
ory-client-1.16.6 docs/LogoutFlow.md
ory-client-1.16.5 docs/LogoutFlow.md
ory-client-1.16.4 docs/LogoutFlow.md
ory-client-1.16.3 docs/LogoutFlow.md
ory-client-1.16.2 docs/LogoutFlow.md
ory-client-1.16.1 docs/LogoutFlow.md
ory-client-1.16.0 docs/LogoutFlow.md
ory-client-1.15.17 docs/LogoutFlow.md
ory-client-1.15.16 docs/LogoutFlow.md
ory-client-1.15.15 docs/LogoutFlow.md
ory-client-1.15.14 docs/LogoutFlow.md
ory-client-1.15.13 docs/LogoutFlow.md
ory-client-1.15.12 docs/LogoutFlow.md
ory-client-1.15.10 docs/LogoutFlow.md
ory-client-1.15.7 docs/LogoutFlow.md