Options for downloading a file with encryption.

Hierarchy

  • FileDownloadOptions

Properties

useFileService?: boolean

Indicates whether to use the file service for downloading. If true, the webex files service will be used. If false or undefined, the file will be downloaded directly from the URL.

jwe?: string

The JSON Web Encryption (JWE) string used for decrypting the file. This is a required parameter if the url does not contain the JWE.

keyUri?: string

The URI of the key used for decrypting the file. This is a required parameter if the url does not contain the keyUri.