6.2. API endpoints
The following API endpoints are available:
/apis/oauth.openshift.io/v1/useroauthaccesstokens-
GET: list or watch objects of kind UserOAuthAccessToken
-
/apis/oauth.openshift.io/v1/watch/useroauthaccesstokens-
GET: watch individual changes to a list of UserOAuthAccessToken. deprecated: use the 'watch' parameter with a list operation instead.
-
/apis/oauth.openshift.io/v1/useroauthaccesstokens/{name}-
DELETE: delete an UserOAuthAccessToken -
GET: read the specified UserOAuthAccessToken
-
/apis/oauth.openshift.io/v1/watch/useroauthaccesstokens/{name}-
GET: watch changes to an object of kind UserOAuthAccessToken. deprecated: use the 'watch' parameter with a list operation instead, filtered to a single item with the 'fieldSelector' parameter.
-
6.2.1. /apis/oauth.openshift.io/v1/useroauthaccesstokens 复制链接链接已复制到粘贴板!
复制链接链接已复制到粘贴板!
- HTTP method
-
GET - Description
- list or watch objects of kind UserOAuthAccessToken
| HTTP code | Reponse body |
|---|---|
| 200 - OK |
|
| 401 - Unauthorized | Empty |