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