MediaWiki API ヘルプ
ãã®ãã¼ã¸ã¯èªåçæããã MediaWiki API ã®èª¬æææ¸ãã¼ã¸ã§ãã
èª¬æææ¸ã¨ä¾: https://www.mediawiki.org/wiki/API
meta=authmanagerinfo (ami)
- Source: MediaWiki
- License: GPL-2.0-or-later
Retrieve information about the current authentication status.
ãã©ã¡ã¼ã¿ã¼:
- 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.
- å¤ (次ã®å¤ã®ãããã1ã¤): loginãlogin-continueãcreateãcreate-continueãlinkãlink-continueãchangeãremoveãunlink
- amimergerequestfields
Merge field information for all authentication requests into one array.
- Type: boolean (details)
- amimessageformat
Format to use for returning messages.
- å¤ (次ã®å¤ã®ãããã1ã¤): htmlãwikitextãrawãnone
- æ¢å®å¤: 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 [ãµã³ãããã¯ã¹ã§éã]