Sha256: d7b5b7e56e4c74b1a6d2576f24aa6c897ab0b8e92a11bb315be2fead35380a59

Contents?: true

Size: 1022 Bytes

Versions: 7

Compression:

Stored size: 1022 Bytes

Contents

# OryHydraClient::AcceptOAuth2ConsentRequestSession

## Properties

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

## Example

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

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

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
ory-hydra-client-2.2.1 docs/AcceptOAuth2ConsentRequestSession.md
ory-hydra-client-2.2.0 docs/AcceptOAuth2ConsentRequestSession.md
ory-hydra-client-2.2.0.rc3 docs/AcceptOAuth2ConsentRequestSession.md
ory-hydra-client-2.1.1 docs/AcceptOAuth2ConsentRequestSession.md
ory-hydra-client-2.1.0 docs/AcceptOAuth2ConsentRequestSession.md
ory-hydra-client-2.0.2 docs/AcceptOAuth2ConsentRequestSession.md
ory-hydra-client-2.0.1 docs/AcceptOAuth2ConsentRequestSession.md