Sha256: c539e272494e878cacde456cb50174c19803478a38af61e91d69bf5ac6c7817b

Contents?: true

Size: 1.02 KB

Versions: 7

Compression:

Stored size: 1.02 KB

Contents

# OryHydraClient::LogoutRequest

## Properties

| Name | Type | Description | Notes |
| ---- | ---- | ----------- | ----- |
| **challenge** | **String** | Challenge is the identifier (\"logout challenge\") of the logout authentication request. It is used to identify the session. | [optional] |
| **client** | [**OAuth2Client**](OAuth2Client.md) |  | [optional] |
| **request_url** | **String** | RequestURL is the original Logout URL requested. | [optional] |
| **rp_initiated** | **Boolean** | RPInitiated is set to true if the request was initiated by a Relying Party (RP), also known as an OAuth 2.0 Client. | [optional] |
| **sid** | **String** | SessionID is the login session ID that was requested to log out. | [optional] |
| **subject** | **String** | Subject is the user for whom the logout was request. | [optional] |

## Example

```ruby
require 'ory-hydra-client'

instance = OryHydraClient::LogoutRequest.new(
  challenge: null,
  client: null,
  request_url: null,
  rp_initiated: null,
  sid: null,
  subject: null
)
```

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
ory-hydra-client-1.11.8 docs/LogoutRequest.md
ory-hydra-client-1.11.7 docs/LogoutRequest.md
ory-hydra-client-1.11.6 docs/LogoutRequest.md
ory-hydra-client-1.11.5 docs/LogoutRequest.md
ory-hydra-client-1.11.4 docs/LogoutRequest.md
ory-hydra-client-1.10.6 docs/LogoutRequest.md
ory-hydra-client-1.10.5 docs/LogoutRequest.md