MediaWiki API help
This is an auto-generated MediaWiki API documentation page.
Documentation and examples: https://www.mediawiki.org/wiki/Special:MyLanguage/API:Main_page
action=oathvalidate
(main | oathvalidate)
- มอดูลนี้เป็นมอดูลภายในหรือไม่เสถียร การดำเนินการของมอดูลนี้อาจเปลี่ยนแปลงได้โดยไม่แจ้งให้ทราบล่วงหน้า
- มอดูลนี้ต้องการสิทธิในการอ่าน
- มอดูลนี้ยอมรับเฉพาะคำขอ POST เท่านั้น
- แหล่งที่มา: OATHAuth
- สัญญาอนุญาต: GPL-2.0-or-later AND GPL-3.0-or-later
Validate a two-factor authentication (OATH) token.
Specific parameters:
Other general parameters are available.
- user
User to validate token for. Defaults to the current user.
- ชนิด: ผู้ใช้ โดย ชื่อผู้ใช้, ไอพี, ผู้ใช้ชั่วคราว, ช่วงไอพี และ ชื่อข้ามวิกิ (เช่น "prefix>ตัวอย่าง")
- data
JSON encoded data expected by the module currently activated for the user being authenticated
- This parameter is required.
- token
A "csrf" token retrieved from action=query&meta=tokens
- This parameter is required.
ตัวอย่าง:
- Validate JSON data for the current user
- api.php?action=oathvalidate&data={"token":"123456"}&token=123ABC [เปิดในกระบะทราย]
- Validate JSON data for user Example
- api.php?action=oathvalidate&user=Example&data={"token":"123456"}&token=123ABC [เปิดในกระบะทราย]