Sha256: 3f4ebc4f6443419793f4c9c41b1a2708ceda6a05699507a627271b43bb3ceb6e

Contents?: true

Size: 447 Bytes

Versions: 117

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

117 entries across 117 versions & 1 rubygems

Version Path
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
ory-client-1.15.6 docs/LogoutFlow.md
ory-client-1.15.5 docs/LogoutFlow.md
ory-client-1.15.4 docs/LogoutFlow.md
ory-client-1.15.3 docs/LogoutFlow.md
ory-client-1.15.0 docs/LogoutFlow.md
ory-client-1.14.5 docs/LogoutFlow.md
ory-client-1.14.4 docs/LogoutFlow.md
ory-client-1.14.3 docs/LogoutFlow.md
ory-client-1.14.2 docs/LogoutFlow.md