Sha256: 4ce142cee6178a61b72862f84f1a19d2c3ff563254fd02611750c3551b3ab74b
Contents?: true
Size: 775 Bytes
Versions: 9
Compression:
Stored size: 775 Bytes
Contents
# SunshineConversationsClient::InlineObject ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **code** | **String** | The authorization code received via /oauth/authorize | **grant_type** | **String** | Must be set to authorization_code | **client_id** | **String** | Your integration’s unique identifier | **client_secret** | **String** | Your integration’s secret | ## Code Sample ```ruby require 'SunshineConversationsClient' instance = SunshineConversationsClient::InlineObject.new(code: 658965, grant_type: 658965, client_id: 5e4af71a81966cfff3ef6550, client_secret: 5XJ85yjUtRcaQu_pDINblPZb) ```
Version data entries
9 entries across 9 versions & 1 rubygems