SunshineConversationsClient::GetToken200Response
August 27, 2025 ยท View on GitHub
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| access_token | String | An access token that can now be used to call Sunshine Conversations APIs. | [optional] |
| token_type | String | Bearer. All issued tokens are of this type. | [optional] |
Example
require 'sunshine-conversations-client'
instance = SunshineConversationsClient::GetToken200Response.new(
access_token: null,
token_type: null
)