MedijaViki API pagalba

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.
  • Šaltinis: MediaWiki
  • Licencija: GPL-2.0-or-later

Check the validity of a token from action=query&meta=tokens.

Parametrai:
type

Type of token being tested.

Šis parametras yra reikalingas.
One of the following values: createaccount, csrf, login, patrol, rollback, userrights, watch
token

Token to test.

Šis parametras yra reikalingas.
maxtokenage

Maximum allowed age of the token, in seconds.

Type: integer
Pavyzdys:
Test the validity of a csrf token.
api.php?action=checktoken&type=csrf&token=123ABC [open in sandbox]