Auth API FAQs
- What happens every time I request a new token? Do I get a new value even if the old one
has not expired?
You will get a new access token only if the old token has expired. Otherwise the same access token will be returned.
- Can access tokens be revoked?
Yes. Revoking an access token invalidates it, and revoking a refresh token invalidates the refresh token and the respective access token.