Sha256: ea1c5d5fc3bd66ce05bf84c781e7f7e9dfd21636e2fd1a43d40446d0e3286875
Contents?: true
Size: 1.19 KB
Versions: 15
Compression:
Stored size: 1.19 KB
Contents
# OryClient::PreviousOAuth2ConsentSession ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **consent_request** | [**OAuth2ConsentRequest**](OAuth2ConsentRequest.md) | | [optional] | | **grant_access_token_audience** | **Array<String>** | | [optional] | | **grant_scope** | **Array<String>** | | [optional] | | **handled_at** | **Time** | | [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** | [**AcceptOAuth2ConsentRequestSession**](AcceptOAuth2ConsentRequestSession.md) | | [optional] | ## Example ```ruby require 'ory-client' instance = OryClient::PreviousOAuth2ConsentSession.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
15 entries across 15 versions & 1 rubygems