Sha256: 4d5f9ed8054e8e0f514e95091833008c2f40af43e6d16521df2eed0f0e42101a
Contents?: true
Size: 772 Bytes
Versions: 50
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
50 entries across 50 versions & 1 rubygems