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.
Optional
options: 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
Optional
limit?: numberThe maximum number of tokens to return.
Optional
page?: stringThe target page.
Optional
sort?: "userId"The field to sort by.
Optional
userId?: stringThe ID of the user to limit results to.
Optional
options: ApiCallOptions
Clears the cache for oauth-tokens api requests.