OAuth Usage Resources
Find information about OAuth Usage.
Available resources are:
| Resource | Description |
|---|---|
| /apps/oauth/usage | Get a list of external client apps that have OAuth usage data. |
| /apps/oauth/usage/externalClientAppIdentifier/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/externalClientAppIdentifier/userIdentifier/tokens | Get and delete the refresh tokens of the given user and app. |
| /apps/oauth/usage/externalClientAppIdentifier/tokens | Delete the refresh tokens of a given app. |