الانتقال إلى المحتوى الرئيسي
POST
/
oauth
/
revoke
إلغاء الرمز المميز
curl --request POST \
  --url https://signin.altostrat.io/oauth/revoke \
  --header 'Content-Type: application/x-www-form-urlencoded' \
  --data 'token=<string>' \
  --data 'client_id=<string>' \
  --data 'client_secret=<string>'

Body

application/x-www-form-urlencoded
token
string
required

الرمز المميز المراد إلغاؤه.

client_id
string
required

المعرف الفريد للتطبيق.

client_secret
string

سر العميل الخاص بالتطبيق.

Response

200

تم إلغاء الرمز المميز بنجاح.