راهنمای واسط برنامهنویسی کاربردی مدیاویکی
این یک صفحهٔ مستندات برای واسط برنامهنویسی کاربردی مدیاویکی است که بهطور خودکار ایجاد شدهاست.
مستندات و نمونهها: https://www.mediawiki.org/wiki/Special:MyLanguage/API:Main_page
meta=authmanagerinfo (ami)
- منبع: MediaWiki
- مجوز: GPL-2.0-or-later
بازیابی اطلاعات در مورد وضعيت کنونی تأیید اعتبار
پارامترها:
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.
- نوع: بولی (جزئیات)
- amimessageformat
Format to use for returning messages.
- یکی از مقدارهای زیر: html، none، raw، wikitext
- پیشفرض: 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 [باز کردن در صفحهٔ تمرین]