Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 586 Bytes

FileToken.md

File metadata and controls

21 lines (14 loc) · 586 Bytes

FileToken

Properties

Name Type Description Notes
fileTokenType FileTokenTypeEnum Type of single-use file token
token String Value of single-use token to be used as the 'mat' URL parameter during a file operation [optional]

Enum: FileTokenTypeEnum

Name Value
UPLOAD "UPLOAD"
DOWNLOAD "DOWNLOAD"
PREVIEW_FILE "PREVIEW_FILE"
REPORT_FILE "REPORT_FILE"