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
meta=authmanagerinfo (ami)
- แหล่งที่มา: MediaWiki
- สัญญาอนุญาต: GPL-2.0-or-later
Retrieve information about the current authentication status.
Specific parameters:
Other general parameters are available.
- amisecuritysensitiveoperation
Test whether the user's current authentication status is sufficient for the specified security-sensitive operation.
- amirequestsfor
Fetch information about the authentication requests needed for the specified authentication action.
- ค่าใดค่าหนึ่งต่อไปนี้: change, create, create-continue, link, link-continue, login, login-continue, remove, unlink
- amimergerequestfields
Merge field information for all authentication requests into one array.
- Type: boolean (details)
- amimessageformat
Format to use for returning messages.
- ค่าใดค่าหนึ่งต่อไปนี้: html, none, raw, wikitext
- Default: wikitext
ตัวอย่าง:
- Fetch the requests that may be used when beginning a login.
- api.php?action=query&meta=authmanagerinfo&amirequestsfor=login [เปิดในกระบะทราย]
- Fetch the requests that may be used when beginning a login, with form fields merged.
- api.php?action=query&meta=authmanagerinfo&amirequestsfor=login&amimergerequestfields=1 [เปิดในกระบะทราย]
- Test whether authentication is sufficient for action foo.
- api.php?action=query&meta=authmanagerinfo&amisecuritysensitiveoperation=foo [เปิดในกระบะทราย]