Skip to content

Latest commit

 

History

History
23 lines (16 loc) · 810 Bytes

InlineObject.md

File metadata and controls

23 lines (16 loc) · 810 Bytes

SunshineConversationsClient::InlineObject

Properties

Name Type Description Notes
code String The authorization code received via /oauth/authorize
grant_type String Must be set to the string `authorization_code`
client_id String Your integration’s unique identifier
client_secret String Your integration’s secret

Code Sample

require 'SunshineConversationsClient'

instance = SunshineConversationsClient::InlineObject.new(code: 658965,
                                 grant_type: authorization_code,
                                 client_id: 5e4af71a81966cfff3ef6550,
                                 client_secret: 5XJ85yjUtRcaQu_pDINblPZb)