Sha256: 6bb55a35275fb111f5ee82392414f1aafda2e0b33ba01e909a5b62d620533b3d
Contents?: true
Size: 810 Bytes
Versions: 34
Compression:
Stored size: 810 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 the string `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: authorization_code, client_id: 5e4af71a81966cfff3ef6550, client_secret: 5XJ85yjUtRcaQu_pDINblPZb) ```
Version data entries
34 entries across 34 versions & 1 rubygems