Sha256: 6bb55a35275fb111f5ee82392414f1aafda2e0b33ba01e909a5b62d620533b3d

Contents?: true

Size: 810 Bytes

Versions: 41

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

41 entries across 41 versions & 1 rubygems

Version Path
sunshine-conversations-client-9.4.6 docs/InlineObject.md