MediaWiki API ヘルプ
このページは自動生成された MediaWiki API の説明文書ページです。
説明文書と例: https://www.mediawiki.org/wiki/Special:MyLanguage/API:Main_page
action=centralauthtoken
(main | centralauthtoken)
- このモジュールは読み取りの権限を必要とします。
- ソース: CentralAuth
- ライセンス: GPL-2.0-or-later
Fetch a centralauthtoken for making an authenticated request to an attached wiki.
Returns a token that can be use to authenticate API requests on other wikis. For action API requests, put it in the centralauthtoken GET parameter. For REST API requests, add an Authorization: CentralAuthToken {token}
header. In MediaWiki frontend logic, you can use the mediawiki.ForeignApi
ResourceLoader module.
例:
- centralauthtokenを取得
- api.php?action=centralauthtoken [サンドボックスで開く]