void SetUpdatePassword( qUnsignedInt64 updatePassword );
Name | Description | |
---|---|---|
in | updatePassword |
Update password. |
Sets an update password.
Sets an update password to use when working with data to which the user does not have update permissions. Specify the update password received from the owner of the data. If the user has update permissions, the update password is ignored and the data can be updated at any time. If you specify DataStoreConstants::INVALID_PASSWORD
, authentication by using an update password is not performed. If no password is specified with this function, DataStoreConstants::INVALID_PASSWORD
is used.
CONFIDENTIAL