MediaWiki API help
This is an auto-generated MediaWiki API documentation page.
Documentation and examples: https://www.mediawiki.org/wiki/Special:MyLanguage/API:Main_page
action=checktoken
(main | checktoken)
- This module requires read rights.
- Font : MediaWiki
- Licéncia : GPL-2.0-or-later
Check the validity of a token from action=query&meta=tokens.
Paramètres :
- type
Tipe de geton testat
- Cal aquest paràmetre.
- One of the following values: createaccount, csrf, login, patrol, rollback, userrights, watch
- token
Geton de testar.
- Cal aquest paràmetre.
- maxtokenage
Temps maximum autorizat per l'utilizacion del geton, en segondas.
- Tipus: enter
Example:
- Testar la validitat d'un geton de csrf.
- api.php?action=checktoken&type=csrf&token=123ABC [open in sandbox]