Skip to content

Latest commit

 

History

History
17 lines (10 loc) · 637 Bytes

File metadata and controls

17 lines (10 loc) · 637 Bytes

SunshineConversationsClient::AttachmentMediaTokenBody

Properties

Name Type Description Notes
paths Array<String> An array of strings representing the list of attachment paths used to generate the media JWT. One token will be generated for each path. Each token will be valid for 2 hours by default. This value can be modified, see App Settings for more information.

Code Sample

require 'SunshineConversationsClient'

instance = SunshineConversationsClient::AttachmentMediaTokenBody.new(paths: null)