2.2. listAppTokens
列出用户的特定应用令牌。
GET /api/v1/user/apptoken
授权: oauth2_implicit (user:admin)
查询参数
类型 | Name | 描述 | 模式 |
---|---|---|---|
query |
过期 | 如果为 true,则只返回这些令牌过期 | 布尔值 |
响应
示例命令
curl -X GET \ -H "Authorization: Bearer <access_token>" \ "http://quay-server.example.com/api/v1/user/apptoken"
$ curl -X GET \
-H "Authorization: Bearer <access_token>" \
"http://quay-server.example.com/api/v1/user/apptoken"