Sha256: 74389c3502c6631a21f80ede785048037740fea2e69c8a6a036f24ae16b97a33
Contents?: true
Size: 1.34 KB
Versions: 13
Compression:
Stored size: 1.34 KB
Contents
# OryHydraClient::PreviousConsentSession ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **consent_request** | [**ConsentRequest**](ConsentRequest.md) | | [optional] **grant_access_token_audience** | **Array<String>** | | [optional] **grant_scope** | **Array<String>** | | [optional] **handled_at** | **DateTime** | | [optional] **remember** | **Boolean** | Remember, if set to true, tells ORY Hydra to remember this consent authorization and reuse it if the same client asks the same user for the same, or a subset of, scope. | [optional] **remember_for** | **Integer** | RememberFor sets how long the consent authorization should be remembered for in seconds. If set to `0`, the authorization will be remembered indefinitely. | [optional] **session** | [**ConsentRequestSession**](ConsentRequestSession.md) | | [optional] ## Code Sample ```ruby require 'OryHydraClient' instance = OryHydraClient::PreviousConsentSession.new(consent_request: null, grant_access_token_audience: null, grant_scope: null, handled_at: null, remember: null, remember_for: null, session: null) ```
Version data entries
13 entries across 13 versions & 1 rubygems