メインコンテンツへスキップ
POST
https://{yourDomain}
/
oauth
/
global-token-revocation
/
connection
/
{connection_name}
Global Token Revocation
curl --request POST \
  --url https://{yourDomain}/oauth/global-token-revocation/connection/{connection_name} \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '{}'

承認

Authorization
string
header
必須

Access token obtained from the authentication flow

パスパラメータ

connection_name
string
必須

The name of the connection for which you want to revoke the user's session.

ボディ

application/json
subject
object

レスポンス

Successfully revoked session cookies and refresh tokens.