MediaWiki API hulp

This is an auto-generated MediaWiki API documentation page.

Documentation and examples: https://www.mediawiki.org/wiki/API

meta=oath (oath)

(main | query | oath)
  • Deze module is voor intern gebruik of nog niet stabiel. De functionaliteit kan zonder enige voorafgaande melding wijzigen.
  • Voor deze module zijn leesrechten nodig.
  • Bron: OATHAuth
  • Licentie: 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.

Type: gebruikersnaam
Voorbeelden:
Get information about the current user
api.php?action=query&meta=oath [open in de zandbak]
Get information about user Example
api.php?action=query&meta=oath&oathuser=Example [open in de zandbak]