MediaWiki API súgó
Ez egy automatikusan generált MediaWiki API-dokumentációs lap.
Dokumentáció és példák: https://www.mediawiki.org/wiki/API
action=checktoken
(main | checktoken)
- Ez a modul olvasási jogot igényel.
- Forrás: MediaWiki
- Licenc: GPL-2.0+
Check the validity of a token from action=query&meta=tokens.
Paraméterek:
- type
Type of token being tested.
- Ez a paraméter kötelező.
- A következő értékek egyike: createaccount, csrf, login, patrol, rollback, userrights, watch
- token
Token to test.
- Ez a paraméter kötelező.
- maxtokenage
Maximum allowed age of the token, in seconds.
- Típus: egész
Example:
- Test the validity of a csrf token.
- api.php?action=checktoken&type=csrf&token=123ABC [open in sandbox]