Sha256: 1a7ab40ec91c221254dc1df9fbb1b91726174fc3baa012065382338328312064

Contents?: true

Size: 787 Bytes

Versions: 20

Compression:

Stored size: 787 Bytes

Contents

# OryClient::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-client'

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

Version data entries

20 entries across 20 versions & 1 rubygems

Version Path
ory-client-0.2.0.alpha48 docs/RefreshTokenHookRequest.md
ory-client-0.2.0.alpha47 docs/RefreshTokenHookRequest.md
ory-client-0.2.0.alpha46 docs/RefreshTokenHookRequest.md
ory-client-0.2.0.alpha45 docs/RefreshTokenHookRequest.md
ory-client-0.2.0.alpha44 docs/RefreshTokenHookRequest.md
ory-client-0.2.0.alpha43 docs/RefreshTokenHookRequest.md
ory-client-0.2.0.alpha42 docs/RefreshTokenHookRequest.md
ory-client-0.2.0.alpha41 docs/RefreshTokenHookRequest.md
ory-client-0.2.0.alpha40 docs/RefreshTokenHookRequest.md
ory-client-0.2.0.alpha39 docs/RefreshTokenHookRequest.md
ory-client-0.2.0.alpha38 docs/RefreshTokenHookRequest.md
ory-client-0.2.0.alpha37 docs/RefreshTokenHookRequest.md
ory-client-0.2.0.alpha36 docs/RefreshTokenHookRequest.md
ory-client-0.2.0.alpha35 docs/RefreshTokenHookRequest.md
ory-client-0.2.0.alpha34 docs/RefreshTokenHookRequest.md
ory-client-0.2.0.alpha33 docs/RefreshTokenHookRequest.md
ory-client-0.2.0.alpha32 docs/RefreshTokenHookRequest.md
ory-client-0.2.0.alpha31 docs/RefreshTokenHookRequest.md
ory-client-0.2.0.alpha30 docs/RefreshTokenHookRequest.md
ory-client-0.2.0.alpha29 docs/RefreshTokenHookRequest.md