Uses of Class
io.vertx.reactivex.ext.web.handler.WebAuthnHandler
-
Packages that use WebAuthnHandler Package Description io.vertx.reactivex.ext.web.handler -
-
Uses of WebAuthnHandler in io.vertx.reactivex.ext.web.handler
Fields in io.vertx.reactivex.ext.web.handler with type parameters of type WebAuthnHandler Modifier and Type Field Description static TypeArg<WebAuthnHandler>
WebAuthnHandler. __TYPE_ARG
Methods in io.vertx.reactivex.ext.web.handler that return WebAuthnHandler Modifier and Type Method Description static WebAuthnHandler
WebAuthnHandler. create(WebAuthn webAuthn)
Create a WebAuthN auth handler.static WebAuthnHandler
WebAuthnHandler. newInstance(WebAuthnHandler arg)
WebAuthnHandler
WebAuthnHandler. setOrigin(String origin)
Set the Origin to be validated by the webauthn object.WebAuthnHandler
WebAuthnHandler. setupCallback(Route route)
The callback route to verify attestations and assertions.WebAuthnHandler
WebAuthnHandler. setupCredentialsCreateCallback(Route route)
The callback route to create registration attestations.WebAuthnHandler
WebAuthnHandler. setupCredentialsGetCallback(Route route)
The callback route to create login attestations.
-