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.2.5 docs/LogoutFlow.md
ory-client-1.2.4 docs/LogoutFlow.md
ory-client-1.2.3 docs/LogoutFlow.md
ory-client-1.2.2 docs/LogoutFlow.md
ory-client-1.2.1 docs/LogoutFlow.md
ory-client-1.2.0 docs/LogoutFlow.md
ory-client-1.1.51 docs/LogoutFlow.md
ory-client-1.1.50 docs/LogoutFlow.md
ory-client-1.1.49 docs/LogoutFlow.md
ory-client-1.1.48 docs/LogoutFlow.md
ory-client-1.1.47 docs/LogoutFlow.md
ory-client-1.1.46 docs/LogoutFlow.md
ory-client-1.1.45 docs/LogoutFlow.md
ory-client-1.1.44 docs/LogoutFlow.md
ory-client-1.1.41 docs/LogoutFlow.md
ory-client-1.1.40 docs/LogoutFlow.md
ory-client-1.1.39.alpha0 docs/LogoutFlow.md
ory-client-1.1.39 docs/LogoutFlow.md
ory-client-1.1.38 docs/LogoutFlow.md
ory-client-1.1.37 docs/LogoutFlow.md