Sha256: 3f4ebc4f6443419793f4c9c41b1a2708ceda6a05699507a627271b43bb3ceb6e

Contents?: true

Size: 447 Bytes

Versions: 118

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

118 entries across 118 versions & 1 rubygems

Version Path
ory-client-1.1.16 docs/LogoutFlow.md
ory-client-1.1.15 docs/LogoutFlow.md
ory-client-1.1.14 docs/LogoutFlow.md
ory-client-1.1.13 docs/LogoutFlow.md
ory-client-1.1.12 docs/LogoutFlow.md
ory-client-1.1.11 docs/LogoutFlow.md
ory-client-1.1.10 docs/LogoutFlow.md
ory-client-1.1.7 docs/LogoutFlow.md
ory-client-1.1.5 docs/LogoutFlow.md
ory-client-1.1.4 docs/LogoutFlow.md
ory-client-1.1.3 docs/LogoutFlow.md
ory-client-1.1.2 docs/LogoutFlow.md
ory-client-1.1.1 docs/LogoutFlow.md
ory-client-1.1.0 docs/LogoutFlow.md
ory-client-1.0.2 docs/LogoutFlow.md
ory-client-1.0.1 docs/LogoutFlow.md
ory-client-1.0.0 docs/LogoutFlow.md
ory-client-1.0.0.alpha0 docs/LogoutFlow.md