overwolf.media.decryptForCurrentUser
Overwolf APIs / overwolf.media / decryptForCurrentUser
function decryptForCurrentUser(
ciphertext: string,
callback: CallbackFunction<DecryptedDataResult>,
): void;
Decrypt provided ciphertext for current system user
Parameters
| Parameter | Type | Description |
|---|---|---|
ciphertext | string | Text to decrypt |
callback | CallbackFunction<DecryptedDataResult> | Will be called with decrypted plaintext |
Returns
void