MediaWiki API help
This is an auto-generated MediaWiki API documentation page.
Documentation and examples: https://www.mediawiki.org/wiki/API
action=checktoken
(main | checktoken)
- This module requires read rights.
 
Check the validity of a token from action=query&meta=tokens.
Параметры:
- type
 Type of token being tested.
- Этот параметр является обязательным.
 - One value: csrf, patrol, rollback, userrights, watch
 - token
 Token to test.
- Этот параметр является обязательным.
 - maxtokenage
 Maximum allowed age of the token, in seconds.
Пример:
- Test the validity of a csrf token.
 - api.php?action=checktoken&type=csrf&token=123ABC