미디어위키 API 도움말
이 페이지는 자동으로 생성된 미디어위키 API 도움말 문서입니다.
설명 문서 및 예시: https://www.mediawiki.org/wiki/API
meta=oath (oath)
- 이 모듈은 내부용이거나 불안정합니다. 동작은 예고 없이 변경될 수 있습니다.
- 이 모듈은 read 권한을 요구합니다.
- 출처: OATHAuth
- 라이선스: GPL-2.0-or-later AND GPL-3.0-or-later
Check to see if two-factor authentication (OATH) is enabled for a user.
변수:
- oathuser
User to get information about. Defaults to the current user.
- 유형: 사용자 이름
예시:
- Get information about the current user
- api.php?action=query&meta=oath [연습장에서 열기]
- Get information about user Example
- api.php?action=query&meta=oath&oathuser=Example [연습장에서 열기]