Yup our use case is passing in `refresh_token` and...
# singer-tap-development
h
Yup our use case is passing in
refresh_token
and
access_token
to Singer config, and if
access_token
is expired, it uses the token endpoint to fetch a new
access_token
(and updating the config passed in with the new
access_token
)