OAuth2UserApplications
Realm Operations
This endpoint exposes a list of all the applications (clients) that the user authorized using OAuth 2.0. Access for those applications can then be revoked on a per-client basis.
Resource path:
/users/{user}/oauth2/applications
Resource version: 1.1
delete
Delete the tokens for the specified client ID.
Usage
am> delete OAuth2UserApplications --realm Realm --id id --user user
Parameters
- --id
- 
The unique identifier for the resource. 
- --user
- 
This endpoint exposes a list of all the applications (clients) that the user authorized using OAuth 2.0. Access for those applications can then be revoked on a per-client basis. 
query
Get a list of the applications that have been granted OAuth 2.0 access. Only _queryFilter=true is supported.
Usage
am> query OAuth2UserApplications --realm Realm --filter filter --user user
Parameters
- --filter
- 
A CREST formatted query filter, where "true" will query all. 
- --user
- 
This endpoint exposes a list of all the applications (clients) that the user authorized using OAuth 2.0. Access for those applications can then be revoked on a per-client basis.