Sha256: 324f7e61334b704592e1314a16d8ff7e514ac9214a5f82b6571f67f211f72a6a

Contents?: true

Size: 803 Bytes

Versions: 5

Compression:

Stored size: 803 Bytes

Contents

# OryHydraClient::RefreshTokenHookRequest

## Properties

| Name | Type | Description | Notes |
| ---- | ---- | ----------- | ----- |
| **client_id** | **String** | ClientID is the identifier of the OAuth 2.0 client. | [optional] |
| **granted_audience** | **Array<String>** | GrantedAudience is the list of audiences granted to the OAuth 2.0 client. | [optional] |
| **granted_scopes** | **Array<String>** | GrantedScopes is the list of scopes granted to the OAuth 2.0 client. | [optional] |
| **subject** | **String** | Subject is the identifier of the authenticated end-user. | [optional] |

## Example

```ruby
require 'ory-hydra-client'

instance = OryHydraClient::RefreshTokenHookRequest.new(
  client_id: null,
  granted_audience: null,
  granted_scopes: null,
  subject: null
)
```

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
ory-hydra-client-1.11.8 docs/RefreshTokenHookRequest.md
ory-hydra-client-1.11.7 docs/RefreshTokenHookRequest.md
ory-hydra-client-1.11.6 docs/RefreshTokenHookRequest.md
ory-hydra-client-1.11.5 docs/RefreshTokenHookRequest.md
ory-hydra-client-1.11.4 docs/RefreshTokenHookRequest.md