v1

latestOpenAPI 3.1.02026-07-143012.1 KB

アクセストークンを無効化する

アプリケーション権限またはクライアント権限のアクセストークンを無効化する

post/revoke

Headers

Authorizationstring required

OAuth2 準拠の Bearer トークンとして発行された mimi のアクセストークン。実行したいサービスに対応するスコープを指定して発行したアクセストークンが必要。アクセストークンの取得方法についてはトークンの取得 または 認証/認可操作を参照。

Response

200

codeinteger
errorstring
statusstring
progressinteger
kindstring
operationIdstring
selfLinkstring
targetLinkstring
startTimestampinteger
endTimestampinteger

Example response

{
  "code": 200,
  "status": "success",
  "progress": 100,
  "kind": "auth#operation#accesstoken#revoke",
  "operationId": "<operationId>",
  "selfLink": "https://auth.mimi.fd.ai/v2/operations/<operationId>",
  "startTimestamp": 1521526589,
  "endTimestamp": 1521526591
}