Accelerate the Value of Data

Auth API FAQs

  1. 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.

  2. 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.