Sha256: f70be869512b6ecc0704f2855199eef25875c2f3b30673b394ecebf8e82c6e5f

Contents?: true

Size: 1.12 KB

Versions: 14

Compression:

Stored size: 1.12 KB

Contents

# OryClient::OAuth2ConsentSession

## Properties

| Name | Type | Description | Notes |
| ---- | ---- | ----------- | ----- |
| **allowed_top_level_claims** | **Array<String>** |  | [optional] |
| **client_id** | **String** |  | [optional] |
| **consent_challenge** | **String** |  | [optional] |
| **exclude_not_before_claim** | **Boolean** |  | [optional] |
| **expires_at** | [**OAuth2ConsentSessionExpiresAt**](OAuth2ConsentSessionExpiresAt.md) |  | [optional] |
| **extra** | **Hash<String, Object>** |  | [optional] |
| **headers** | [**Headers**](Headers.md) |  | [optional] |
| **id_token_claims** | [**IDTokenClaims**](IDTokenClaims.md) |  | [optional] |
| **kid** | **String** |  | [optional] |
| **subject** | **String** |  | [optional] |
| **username** | **String** |  | [optional] |

## Example

```ruby
require 'ory-client'

instance = OryClient::OAuth2ConsentSession.new(
  allowed_top_level_claims: null,
  client_id: null,
  consent_challenge: null,
  exclude_not_before_claim: null,
  expires_at: null,
  extra: null,
  headers: null,
  id_token_claims: null,
  kid: null,
  subject: null,
  username: null
)
```

Version data entries

14 entries across 14 versions & 1 rubygems

Version Path
ory-client-0.2.0.alpha60 docs/OAuth2ConsentSession.md
ory-client-0.2.0.alpha28 docs/OAuth2ConsentSession.md
ory-client-0.2.0.alpha27 docs/OAuth2ConsentSession.md
ory-client-0.2.0.alpha26 docs/OAuth2ConsentSession.md
ory-client-0.2.0.alpha25 docs/OAuth2ConsentSession.md
ory-client-0.2.0.alpha24 docs/OAuth2ConsentSession.md
ory-client-0.2.0.alpha23 docs/OAuth2ConsentSession.md
ory-client-0.2.0.alpha22 docs/OAuth2ConsentSession.md
ory-client-0.2.0.alpha21 docs/OAuth2ConsentSession.md
ory-client-0.2.0.alpha20 docs/OAuth2ConsentSession.md
ory-client-0.2.0.alpha19 docs/OAuth2ConsentSession.md
ory-client-0.2.0.alpha18 docs/OAuth2ConsentSession.md
ory-client-0.2.0.alpha16 docs/OAuth2ConsentSession.md
ory-client-0.2.0.alpha15 docs/OAuth2ConsentSession.md