Sha256: af2b2f3ac728598c57b41b40e3a96dde02dc0af5da73adda10e3181c3703eb2f

Contents?: true

Size: 1.09 KB

Versions: 5

Compression:

Stored size: 1.09 KB

Contents

# OryHydraClient::AcceptOAuth2ConsentRequest

## Properties

| Name | Type | Description | Notes |
| ---- | ---- | ----------- | ----- |
| **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-hydra-client'

instance = OryHydraClient::AcceptOAuth2ConsentRequest.new(
  grant_access_token_audience: null,
  grant_scope: null,
  handled_at: null,
  remember: null,
  remember_for: null,
  session: null
)
```

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
ory-hydra-client-2.2.0.rc3 docs/AcceptOAuth2ConsentRequest.md
ory-hydra-client-2.1.1 docs/AcceptOAuth2ConsentRequest.md
ory-hydra-client-2.1.0 docs/AcceptOAuth2ConsentRequest.md
ory-hydra-client-2.0.2 docs/AcceptOAuth2ConsentRequest.md
ory-hydra-client-2.0.1 docs/AcceptOAuth2ConsentRequest.md