Bantuan API MediaWiki
Ini merupakan laman dokumentasi MediaWiki API yang dihasilkan secara automatik.
Dokumentasi dan contoh-contoh: https://www.mediawiki.org/wiki/API
action=checktoken
(main | checktoken)
- Modul ini memerlukan hak membaca.
- Source: MediaWiki
- License: GPL-2.0-or-later
Check the validity of a token from action=query&meta=tokens.
Parameter:
- type
Type of token being tested.
- Parameter ini diwajibkan.
- One of the following values: createaccount, csrf, login, patrol, rollback, userrights, watch
- token
Token to test.
- Parameter ini diwajibkan.
- maxtokenage
Maximum allowed age of the token, in seconds.
- Type: integer
Contoh:
- Test the validity of a csrf token.
- api.php?action=checktoken&type=csrf&token=123ABC [open in sandbox]