Details
-
Improvement
-
Resolution: Fixed
-
Minor - P4
-
None
-
None
Description
Hello there,
In the docs clientEncryption.decrypt method expects a value argument of type Buffer but in typescript it requires a Binary! Is this a normal behavior? Thanks
clientEncryption.decrypt(value, callback)
| Param | Type | Description |
|---|---|---|
| value | Buffer | An encrypted value |
| callback | decryptCallback | Optional callback to invoke when value is decrypted |
Explicitly decrypt a provided encrypted value