Uses of Class
io.vertx.mutiny.ext.web.handler.WebAuthnHandler
-
Packages that use WebAuthnHandler Package Description io.vertx.mutiny.ext.web.handler -
-
Uses of WebAuthnHandler in io.vertx.mutiny.ext.web.handler
Fields in io.vertx.mutiny.ext.web.handler with type parameters of type WebAuthnHandler Modifier and Type Field Description static TypeArg<WebAuthnHandler>
WebAuthnHandler. __TYPE_ARG
Methods in io.vertx.mutiny.ext.web.handler that return WebAuthnHandler Modifier and Type Method Description static WebAuthnHandler
WebAuthnHandler. create(WebAuthn webAuthn)
static WebAuthnHandler
WebAuthnHandler. newInstance(io.vertx.ext.web.handler.WebAuthnHandler arg)
WebAuthnHandler
WebAuthnHandler. setOrigin(String origin)
WebAuthnHandler
WebAuthnHandler. setupCallback(Route route)
WebAuthnHandler
WebAuthnHandler. setupCredentialsCreateCallback(Route route)
WebAuthnHandler
WebAuthnHandler. setupCredentialsGetCallback(Route route)
-