Sha256: 7ed1fc0b3fc0de0f5c58d65010e6491827a3d46191b21e422ad961df262db8c8
Contents?: true
Size: 1.59 KB
Versions: 2
Compression:
Stored size: 1.59 KB
Contents
# OryHydraClient::PreviousConsentSession ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **consent_request** | [**ConsentRequest**](ConsentRequest.md) | | [optional] **grant_access_token_audience** | **Array<String>** | GrantedAudience sets the audience the user authorized the client to use. Should be a subset of `requested_access_token_audience`. | [optional] **grant_scope** | **Array<String>** | GrantScope sets the scope the user authorized the client to use. Should be a subset of `requested_scope` | [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
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
ory-hydra-client-1.3.2 | docs/PreviousConsentSession.md |
ory-hydra-client-1.3.1 | docs/PreviousConsentSession.md |