SunshineConversationsClient::GetToken200Response

August 27, 2025 ยท View on GitHub

Properties

NameTypeDescriptionNotes
access_tokenStringAn access token that can now be used to call Sunshine Conversations APIs.[optional]
token_typeStringBearer. All issued tokens are of this type.[optional]

Example

require 'sunshine-conversations-client'

instance = SunshineConversationsClient::GetToken200Response.new(
  access_token: null,
  token_type: null
)