Sha256: fecc69864cf964cf048d52fb0902085f3dc90c3e1e21a744393956b7ab5be3e9
Contents?: true
Size: 1.03 KB
Versions: 13
Compression:
Stored size: 1.03 KB
Contents
# OryHydraClient::ConsentRequestSession ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **access_token** | [**Object**](.md) | 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** | [**Object**](.md) | 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
13 entries across 13 versions & 1 rubygems