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