Newer Version Available
OAuth Usage Resources
Find information about OAuth Usage.
Available resources are:
| Resource | Description |
|---|---|
| /apps/oauth/usage | Get the OAuth usage information for a given app. |
| /apps/oauth/usage/appIdentifier/users | Get a list of OAuth users for a given app. |
| /apps/oauth/usage/tokens/tokenIdentifier | Delete a refresh token by token identifier. |
| /apps/oauth/usage/appIdentifier/userIdentifier/tokens | Get and delete the refresh tokens of the given user and app. |
| /apps/oauth/usage/appIdentifier/tokens | Delete the refresh tokens of a given app. |