SunshineConversationsClient::AppKey

August 27, 2025 ยท View on GitHub

Properties

NameTypeDescriptionNotes
idStringThe unique ID of the API key, used when signing JWTs or accessing the API using Basic Authentication.[optional]
display_nameStringThe name of the API key.[optional]
secretStringThe secret of the API key, used when signing JWTs or accessing the API using Basic Authentication[optional]

Example

require 'sunshine-conversations-client'

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