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=securepollauth

(main | securepollauth)
  • มอดูลนี้เป็นมอดูลภายในหรือไม่เสถียร การดำเนินการของมอดูลนี้อาจเปลี่ยนแปลงได้โดยไม่แจ้งให้ทราบล่วงหน้า
  • มอดูลนี้ต้องการสิทธิในการอ่าน
  • มอดูลนี้ยอมรับเฉพาะคำขอ POST เท่านั้น
  • แหล่งที่มา: SecurePoll
  • สัญญาอนุญาต: GPL-2.0-or-later

Allows a remote wiki to authenticate users before granting access to vote in the election.

Specific parameters:
Other general parameters are available.
token

A token based on the user's login token.

This parameter is required.
id

The ID of the user who intends to vote.

This parameter is required.
Type: integer
ตัวอย่าง:
Authenticate user with ID 1, and login token 123ABC.
api.php?action=securepollauth&token=123ABC&id=1&format=json [เปิดในกระบะทราย]