webauthn.php
Table of Contents
- addNewDevice() : void
- Checks if a new device should be registered and adds it.
- showRemoveMessage() : void
- Shows the message if a device was removed.
Functions
addNewDevice()
Checks if a new device should be registered and adds it.
addNewDevice(htmlResponsiveRow $container, WebauthnManager $webauthnManager) : void
Parameters
- $container : htmlResponsiveRow
-
row
- $webauthnManager : WebauthnManager
-
webauthn manager
Return values
void —showRemoveMessage()
Shows the message if a device was removed.
showRemoveMessage(htmlResponsiveRow $container) : void
Parameters
- $container : htmlResponsiveRow
-
row