Sha256: fc9d4a426077b361abe39964ee2fbd5bd8f243968538f5118fa4d9289d9f9c44
Contents?: true
Size: 995 Bytes
Versions: 15
Compression:
Stored size: 995 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] | | **requester** | [**OAuth2AccessRequest**](OAuth2AccessRequest.md) | | [optional] | | **session** | [**OAuth2ConsentSession**](OAuth2ConsentSession.md) | | [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, requester: null, session: null, subject: null ) ```
Version data entries
15 entries across 15 versions & 1 rubygems