OAuth refresh tokens page
Reviewing refresh tokens
Refresh tokens are issued as part of the OAuth 2.0 Refresh grant type, to allow a client to exchange it for a new access token without having to require any further interaction from the user.
This page lets you review the refresh tokens that have been issued recently. They include:
- Active refresh tokens.
- Expired refresh tokens.
The refresh tokens page shows the current server time and date on the top right.
Removing tokens
There are two methods to remove tokens depending on whether they have expired or not.
Revoking tokens
Click Revoke to remove from database.
Purging tokens
Click the Purge button to remove from the database all the tokens which have already expired. This has no effect on the bearer since the token has already expired, but it frees some storage space and removes these tokens from the table.
Creating new refresh tokens
Click the Issue new refresh token button to open the Issue refresh token dialog.
- In the Client field, choose a client from the drop-down.
- In the Member field, start typing then click a member to assign from the drop-down.
- In the Scope field, type the OAuth 2.0 scope.
To finalize creating the refresh token, click the Issue button.
How to find this page
Administration menu > System administration > OAuth > Refresh tokens