Fix small typo in the client code
I am not sure if this is the way to do this, but I found a small typo in the code (probably taking out the is_valid_token
from the object but accidentally leaving the word self
in the variable definition. Removing the word makes it work like a charm!