MediaWiki API help
This is an auto-generated MediaWiki API documentation page.
Documentation and examples: https://www.mediawiki.org/wiki/Special:MyLanguage/API:Main_page
action=oathvalidate
(main | oathvalidate)
- This module is internal or unstable. Its operation may change without notice.
- This module requires read rights.
- This module only accepts POST requests.
- Source: OATHAuth
- License: GPL-2.0-or-later AND GPL-3.0-or-later
Potrdi žeton dvostopenjskega preverjanja pristnosti (OATH).
Parameters:
- user
Uporabnik, katerega žeton se potrjuje. Predpostavljen je trenutni uporabnik.
- Vrsta: uporabnik, ki ustreza kateremu koli od uporabniško ime, IP, IP-območje in ime interwikija (npr. »predpona>ImePrimera«)
- totp
- Deprecated.
Žeton dvostopenjskega preverjanja pristnosti (OATH). Zastarelo; namesto tega uporabite parameter »data«
- data
JSON encoded data expected by the module currently activated for the user being authenticated
- token
A "csrf" token retrieved from action=query&meta=tokens
- This parameter is required.
Examples:
- Potrdi žeton za trenutnega uporabnika
- api.php?action=oathvalidate&totp=123456&token=123ABC [open in sandbox]
- Potrdi žeton za uporabnika Example
- api.php?action=oathvalidate&user=Example&totp=123456&token=123ABC [open in sandbox]
- Validate JSON data for user Example
- api.php?action=oathvalidate&user=Example&data={"totp":"123456"}&token=123ABC [open in sandbox]