Sha256: 3edf58609509fa8b892983f16327053c12fd1ce78ce9cf3683d1f2635462a861

Contents?: true

Size: 862 Bytes

Versions: 38

Compression:

Stored size: 862 Bytes

Contents

# OryHydraClient::LogoutRequest

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**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] 

## Code Sample

```ruby
require 'OryHydraClient'

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


Version data entries

38 entries across 38 versions & 1 rubygems

Version Path
ory-hydra-client-1.9.0 docs/LogoutRequest.md
ory-hydra-client-0.0.0.alpha63 docs/LogoutRequest.md
ory-hydra-client-1.9.0.alpha3 docs/LogoutRequest.md
ory-hydra-client-1.9.0.alpha2 docs/LogoutRequest.md
ory-hydra-client-1.9.0.alpha1 docs/LogoutRequest.md
ory-hydra-client-1.8.5 docs/LogoutRequest.md
ory-hydra-client-1.8.0.pre1 docs/LogoutRequest.md
ory-hydra-client-1.7.4 docs/LogoutRequest.md
ory-hydra-client-1.7.3 docs/LogoutRequest.md
ory-hydra-client-1.7.0 docs/LogoutRequest.md
ory-hydra-client-1.6.0 docs/LogoutRequest.md
ory-hydra-client-1.5.0.beta5 docs/LogoutRequest.md
ory-hydra-client-1.5.0.beta2 docs/LogoutRequest.md
ory-hydra-client-1.5.0.beta1 docs/LogoutRequest.md
ory-hydra-client-1.4.10 docs/LogoutRequest.md
ory-hydra-client-1.4.9 docs/LogoutRequest.md
ory-hydra-client-1.4.6 docs/LogoutRequest.md
ory-hydra-client-1.4.5 docs/LogoutRequest.md
ory-hydra-client-1.4.3 docs/LogoutRequest.md
ory-hydra-client-1.4.2 docs/LogoutRequest.md