Sha256: 8619fd0034d213edd4a26831b904e7754eed4bcef28a3568a727eb5464eba466
Contents?: true
Size: 790 Bytes
Versions: 50
Compression:
Stored size: 790 Bytes
Contents
# SunshineConversationsClient::ApiKey ## 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::ApiKey.new(id: int_5e4b0f225aca01092928f917, display_name: My custom key, secret: Ck1LjzzlUzvlCTtqAdQ2z1QukuBTrN3TIx) ```
Version data entries
50 entries across 50 versions & 1 rubygems