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_ARGMethods in io.vertx.mutiny.ext.web.handler that return WebAuthnHandler Modifier and Type Method Description static WebAuthnHandlerWebAuthnHandler. create(WebAuthn webAuthn)static WebAuthnHandlerWebAuthnHandler. newInstance(io.vertx.ext.web.handler.WebAuthnHandler arg)WebAuthnHandlerWebAuthnHandler. setOrigin(String origin)WebAuthnHandlerWebAuthnHandler. setupCallback(Route route)WebAuthnHandlerWebAuthnHandler. setupCredentialsCreateCallback(Route route)WebAuthnHandlerWebAuthnHandler. setupCredentialsGetCallback(Route route)
-