Clears the cache for oauth-tokens api requests.
Revokes a specific OAuth token by ID. Requesting user must have TenantAdmin role assigned to delete tokens owned by other users.
Revokes a specific OAuth token by ID. Requesting user must have TenantAdmin role assigned to delete tokens owned by other users.
The ID of the token to revoke.
Optionaloptions: ApiCallOptionsRetrieve list of OAuth tokens that the user has access to. Users assigned with a TenantAdmin role can list OAuth tokens generated for all users in the tenant.
Retrieve list of OAuth tokens that the user has access to. Users assigned with a TenantAdmin role can list OAuth tokens generated for all users in the tenant.
an object with query parameters
Optionallimit?: numberThe maximum number of tokens to return.
Optionalpage?: stringThe target page.
Optionalsort?: "userId"The field to sort by.
OptionaluserId?: stringThe ID of the user to limit results to.
Optionaloptions: ApiCallOptions
Clears the cache for oauth-tokens api requests.