Set the Origin to be validated by the webauthn object.
The callback route to verify attestations and assertions. Usually this route is
/webauthn/response
The callback route to create registration attestations. Usually this route is
/webauthn/register
The callback route to create login attestations. Usually this route is
/webauthn/login
Create a WebAuthN auth handler. This handler expects at least the response callback to be installed.
Generated using TypeDoc
An auth handler that provides FIDO2 WebAuthN Relay Party support.