Closed ghost closed 6 years ago
I've got my secret key as a string. How can I use thid code without creating a Key object ?
You can't. You'll need to turn your string into a Key instance. This may help you: https://stackoverflow.com/questions/5355466/converting-secret-key-into-a-string-and-vice-versa
Key
I've got my secret key as a string. How can I use thid code without creating a Key object ?