decryptStringAsync

Resolve with an object containing the following:

  • shouldReEncrypt boolean - whether data that has just been returned from the decrypt operation should be re-encrypted, as the key has been rotated or a new key is available that provides a different security level. If true, you should call decryptStringAsync again to receive the new decrypted string.

  • result string - the decrypted string.