I found `is_token_valid` always returns `False` be...
# singer-tap-development
h
I found
is_token_valid
always returns
False
because
self.last_refreshed
is always
None
when the stream is initialized. Does this mean the
OAuthAuthenticator
is being reinitialized every time? Guessing that’s wrong, right?