Sha256: 85bebd5052ba76d376585ce8079cf246e7c0568395ba33fd05bd9401b8dbe202

Contents?: true

Size: 1.06 KB

Versions: 25

Compression:

Stored size: 1.06 KB

Contents

# OryHydraClient::ConsentRequestSession

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**access_token** | **Hash<String, Object>** | AccessToken sets session data for the access and refresh token, as well as any future tokens issued by the refresh grant. Keep in mind that this data will be available to anyone performing OAuth 2.0 Challenge Introspection. If only your services can perform OAuth 2.0 Challenge Introspection, this is usually fine. But if third parties can access that endpoint as well, sensitive data from the session might be exposed to them. Use with care! | [optional] 
**id_token** | **Hash<String, Object>** | IDToken sets session data for the OpenID Connect ID token. Keep in mind that the session'id payloads are readable by anyone that has access to the ID Challenge. Use with care! | [optional] 

## Code Sample

```ruby
require 'OryHydraClient'

instance = OryHydraClient::ConsentRequestSession.new(access_token: null,
                                 id_token: null)
```


Version data entries

25 entries across 25 versions & 1 rubygems

Version Path
ory-hydra-client-1.5.0.beta1 docs/ConsentRequestSession.md
ory-hydra-client-1.4.10 docs/ConsentRequestSession.md
ory-hydra-client-1.4.9 docs/ConsentRequestSession.md
ory-hydra-client-1.4.6 docs/ConsentRequestSession.md
ory-hydra-client-1.4.5 docs/ConsentRequestSession.md
ory-hydra-client-1.4.3 docs/ConsentRequestSession.md
ory-hydra-client-1.4.2 docs/ConsentRequestSession.md
ory-hydra-client-1.4.1 docs/ConsentRequestSession.md
ory-hydra-client-1.3.2 docs/ConsentRequestSession.md
ory-hydra-client-1.3.1 docs/ConsentRequestSession.md
ory-hydra-client-1.2.2 docs/ConsentRequestSession.md
ory-hydra-client-1.2.1 docs/ConsentRequestSession.md
ory-hydra-client-1.2.0 docs/ConsentRequestSession.md
ory-hydra-client-1.2.0.alpha3 docs/ConsentRequestSession.md
ory-hydra-client-1.2.0.alpha2 docs/ConsentRequestSession.md
ory-hydra-client-0.0.0.alpha62 docs/ConsentRequestSession.md
ory-hydra-client-0.0.0.alpha60 docs/ConsentRequestSession.md
ory-hydra-client-0.0.0.alpha59 docs/ConsentRequestSession.md
ory-hydra-client-0.0.0.alpha58 docs/ConsentRequestSession.md
ory-hydra-client-0.0.0.alpha56 docs/ConsentRequestSession.md