Sha256: 56ecc79811877abec793b0364b44c0fdff5eb9d5193f5a42c985f911c5f5e800
Contents?: true
Size: 1.13 KB
Versions: 34
Compression:
Stored size: 1.13 KB
Contents
# OryClient::AcceptOAuth2ConsentRequest ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **context** | **Object** | | [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::AcceptOAuth2ConsentRequest.new( context: null, grant_access_token_audience: null, grant_scope: null, handled_at: null, remember: null, remember_for: null, session: null ) ```
Version data entries
34 entries across 34 versions & 1 rubygems