미디어위키 API 도움말

이 페이지는 자동으로 생성된 미디어위키 API 도움말 문서입니다.

설명 문서 및 예시: https://www.mediawiki.org/wiki/API

action=checktoken

(main | checktoken)
  • 이 모듈은 read 권한을 요구합니다.
  • 출처: MediaWiki
  • 라이선스: GPL-2.0+

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

변수:
type

Type of token being tested.

이 변수는 필수 입력 사항입니다.
하나의 값: 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