Solved

OAuth Token Renewal


What’s the recommended way to renew after an OAuth token expires?
Is there a “refresh url”? Thanks in advance!

icon

Best answer by hoyan.leung 17 July 2019, 22:40

View original

3 replies

Hey @vweiac,
That OAuth token doesn’t have an expiration date! Unless the token is revoked by a user, it should be fine to re-use (I have tokens that are a couple of years old that still work).

H.

@hoyan.leung Hi! thank you for clarifying!
I have a followup question:

how can I revoke a token? Is there an API endpoint?

Closing the loop on this one… there isn’t an API endpoint for revoking tokens. This is something that users need to do from within the app.

Reply