Aide de l’API de MediaWiki
Ceci est une page d’aide de l’API de MediaWiki générée automatiquement.
Documentation et exemples : https://www.mediawiki.org/wiki/API
meta=authmanagerinfo (ami)
- Source : MediaWiki
- Licence : GPL-2.0+
Retrieve information about the current authentication status.
Paramètres :
- 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.
- Une des valeurs suivantes : login, login-continue, create, create-continue, link, link-continue, change, remove, unlink
- amimergerequestfields
Merge field information for all authentication requests into one array.
- Type : booléen (détails)
- amimessageformat
Format to use for returning messages.
- Une des valeurs suivantes : html, wikitext, raw, none
- Par défaut : wikitext
Exemples :
- Fetch the requests that may be used when beginning a login.
- api.php?action=query&meta=authmanagerinfo&amirequestsfor=login [ouvrir dans le bac à sable]
- 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 [ouvrir dans le bac à sable]
- Test whether authentication is sufficient for action foo.
- api.php?action=query&meta=authmanagerinfo&amisecuritysensitiveoperation=foo [ouvrir dans le bac à sable]