MediaWiki-API-Hilfe

Dies ist eine automatisch generierte MediaWiki-API-Dokumentationsseite.

Dokumentation und Beispiele: https://www.mediawiki.org/wiki/API/de

meta=oath (oath)

(main | query | oath)
  • Dieses Modul ist intern oder instabil. Seine Operationen werden ohne Kenntnisnahme geändert.
  • Dieses Modul erfordert Leserechte.
  • Quelle: OATHAuth
  • Lizenz: GPL-2.0-or-later AND GPL-3.0-or-later

Check to see if two-factor authentication (OATH) is enabled for a user.

Parameter:
oathuser

User to get information about. Defaults to the current user.

Typ: Benutzername
Beispiele:
Ruft Informationen über den aktuellen Benutzer ab
api.php?action=query&meta=oath [in Spielwiese öffnen]
Get information about user Example
api.php?action=query&meta=oath&oathuser=Example [in Spielwiese öffnen]