Sha256: 4d5f9ed8054e8e0f514e95091833008c2f40af43e6d16521df2eed0f0e42101a

Contents?: true

Size: 772 Bytes

Versions: 51

Compression:

Stored size: 772 Bytes

Contents

# SunshineConversationsClient::AppKey

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**id** | **String** | The unique ID of the API key, used when signing JWTs or accessing the API using Basic Authentication. | [optional] 
**display_name** | **String** | The name of the API key. | [optional] 
**secret** | **String** | The secret of the API key, used when signing JWTs or accessing the API using Basic Authentication | [optional] 

## Code Sample

```ruby
require 'SunshineConversationsClient'

instance = SunshineConversationsClient::AppKey.new(id: app_5723a347f82ba0516cb4ea34,
                                 display_name: Key 1,
                                 secret: 5XJ85yjUtRcaQu_pDINblPZb)
```


Version data entries

51 entries across 51 versions & 1 rubygems

Version Path
sunshine-conversations-client-9.5.6 docs/AppKey.md
sunshine-conversations-client-9.4.6 docs/AppKey.md
sunshine-conversations-client-9.4.5 docs/AppKey.md
sunshine-conversations-client-9.4.4 docs/AppKey.md
sunshine-conversations-client-9.4.3 docs/AppKey.md
sunshine-conversations-client-9.4.2 docs/AppKey.md
sunshine-conversations-client-9.4.1 docs/AppKey.md
sunshine-conversations-client-9.4.0 docs/AppKey.md
sunshine-conversations-client-9.3.0 docs/AppKey.md
sunshine-conversations-client-9.2.0 docs/AppKey.md
sunshine-conversations-client-9.1.1 docs/AppKey.md