Ayuda de la API de MediaWiki
Esta es una página de documentación autogenerada de la API de MediaWiki.
Documentación y ejemplos: https://www.mediawiki.org/wiki/Special:MyLanguage/API:Main_page
action=webauthn
(main | webauthn)
- Este módulo requiere permisos de lectura.
- Fuente: OATHAuth
- Licencia: GPL-2.0-or-later AND GPL-3.0-or-later
API Module to communicate between server and client during registration/authentication process.
Parámetros específicos:
Other general parameters are available.
- func
Name of the requested function to be executed.
- getAuthInfo
- Authentication information.
- getRegisterInfo
- Registration information.
- register
- Register a new WebAuthn credential for the current user.
- Este parámetro es obligatorio.
- Uno de los siguientes valores: getAuthInfo, getRegisterInfo, register
- passkeyMode
Whether the key being registered is in passkey mode. (Only for getRegisterInfo.)
- Tipo: boolean (más información)
- credential
JSON-encoded WebAuthn credential response from the browser.
- friendlyname
Friendly name for the new credential.