ExperimentSession.decrypt()# ExperimentSession.decrypt(data: Union[str, bytes]) → str[source]# Decrypts input and returns the decrypted object as str. The method uses the built-in Fernet instance to decrypt the input. Parameters data – Encrypted string or bytes object. Returns Decrypted data Return type str