hashVerified property

bool? hashVerified
getter/setter pair

For Scotty uploads only.

If a user sends a hash code and the backend has requested that Scotty verify the upload against the client hash, Scotty will perform the check on behalf of the backend and will reject it if the hashes don't match. This is set to true if Scotty performed this verification.

Implementation

core.bool? hashVerified;