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.
 - منبع: MediaWiki
 - License: GPL-2.0-or-later
 
Check the validity of a token from action=query&meta=tokens.
Parameters:
- type
 نوع توکنی که دارد آزمایش میشود.
- This parameter is required.
 - One of the following values: createaccount، csrf، login، patrol، rollback، userrights، watch
 - token
 توکن برای تست
- This parameter is required.
 - maxtokenage
 حداکثر عمر توکن به ثانیه.
- Type: integer
 
Example:
- تست اعتبار یک توکن csrf
 - api.php?action=checktoken&type=csrf&token=123ABC [open in sandbox]