Sha256: 872f0131b0160aa29d37de90590f34d4c405f8966fff74555b371e813d9358dc

Contents?: true

Size: 1.36 KB

Versions: 15

Compression:

Stored size: 1.36 KB

Contents

# OryHydraClient::AcceptConsentRequest

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**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] 
**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::AcceptConsentRequest.new(grant_access_token_audience: null,
                                 grant_scope: null,
                                 remember: null,
                                 remember_for: null,
                                 session: null)
```


Version data entries

15 entries across 15 versions & 1 rubygems

Version Path
ory-hydra-client-1.2.2 docs/AcceptConsentRequest.md
ory-hydra-client-1.2.1 docs/AcceptConsentRequest.md
ory-hydra-client-1.2.0 docs/AcceptConsentRequest.md
ory-hydra-client-1.2.0.alpha3 docs/AcceptConsentRequest.md
ory-hydra-client-1.2.0.alpha2 docs/AcceptConsentRequest.md
ory-hydra-client-0.0.0.alpha62 docs/AcceptConsentRequest.md
ory-hydra-client-0.0.0.alpha60 docs/AcceptConsentRequest.md
ory-hydra-client-0.0.0.alpha59 docs/AcceptConsentRequest.md
ory-hydra-client-0.0.0.alpha58 docs/AcceptConsentRequest.md
ory-hydra-client-0.0.0.alpha56 docs/AcceptConsentRequest.md
ory-hydra-client-0.0.0.alpha54 docs/AcceptConsentRequest.md
ory-hydra-client-0.0.0.alpha53 docs/AcceptConsentRequest.md
ory-hydra-client-0.0.0.alpha41 docs/AcceptConsentRequest.md
ory-hydra-client-0.0.0.alpha40 docs/AcceptConsentRequest.md
ory-hydra-client-0.0.0.alpha39 docs/AcceptConsentRequest.md