メインコンテンツへスキップ
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 '{}'

Documentation Index

Fetch the complete documentation index at: https://auth0-feat-ionic-capacitor-quickstart-modernization.mintlify.app/llms.txt

Use this file to discover all available pages before exploring further.

承認

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.