Sha256: e2f069656dc4db5b3d30c8cc8a1adf53c430a822b21641c6a27dd2ae8f16333b

Contents?: true

Size: 1006 Bytes

Versions: 124

Compression:

Stored size: 1006 Bytes

Contents

# OryClient::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-client'

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

Version data entries

124 entries across 124 versions & 1 rubygems

Version Path
ory-client-1.3.0 docs/AcceptOAuth2ConsentRequestSession.md
ory-client-1.2.17 docs/AcceptOAuth2ConsentRequestSession.md
ory-client-1.2.16 docs/AcceptOAuth2ConsentRequestSession.md
ory-client-1.2.15 docs/AcceptOAuth2ConsentRequestSession.md
ory-client-1.2.14 docs/AcceptOAuth2ConsentRequestSession.md
ory-client-1.2.11 docs/AcceptOAuth2ConsentRequestSession.md
ory-client-1.2.10 docs/AcceptOAuth2ConsentRequestSession.md
ory-client-1.2.9 docs/AcceptOAuth2ConsentRequestSession.md
ory-client-1.2.8 docs/AcceptOAuth2ConsentRequestSession.md
ory-client-1.2.7 docs/AcceptOAuth2ConsentRequestSession.md
ory-client-1.2.6 docs/AcceptOAuth2ConsentRequestSession.md
ory-client-1.2.5 docs/AcceptOAuth2ConsentRequestSession.md
ory-client-1.2.4 docs/AcceptOAuth2ConsentRequestSession.md
ory-client-1.2.3 docs/AcceptOAuth2ConsentRequestSession.md
ory-client-1.2.2 docs/AcceptOAuth2ConsentRequestSession.md
ory-client-1.2.1 docs/AcceptOAuth2ConsentRequestSession.md
ory-client-1.2.0 docs/AcceptOAuth2ConsentRequestSession.md
ory-client-1.1.51 docs/AcceptOAuth2ConsentRequestSession.md
ory-client-1.1.50 docs/AcceptOAuth2ConsentRequestSession.md
ory-client-1.1.49 docs/AcceptOAuth2ConsentRequestSession.md