-
Type: Improvement
-
Resolution: Fixed
-
Priority: Minor - P4
-
Affects Version/s: None
-
Component/s: TypeScript
-
None
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