Link Search Menu Expand Document

Constructor: inputSecureFileUploaded

Back to constructors index

Uploaded secure file, for more info see the passport docs »

Attributes:

NameTypeRequiredDescription
idlongYesSecure file ID
partsintYesSecure file part count
md5_checksumstringYesMD5 hash of encrypted uploaded file, to be checked server-side
file_hashbytesYesFile hash
secretbytesYesSecret

Type: InputSecureFile

Example:

$inputSecureFileUploaded = ['_' => 'inputSecureFileUploaded', 'id' => long, 'parts' => int, 'md5_checksum' => 'string', 'file_hash' => 'bytes', 'secret' => 'bytes'];