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_ARGMethods in io.vertx.reactivex.ext.web.handler that return WebAuthnHandler Modifier and Type Method Description static WebAuthnHandlerWebAuthnHandler. create(WebAuthn webAuthn)Create a WebAuthN auth handler.static WebAuthnHandlerWebAuthnHandler. newInstance(WebAuthnHandler arg)WebAuthnHandlerWebAuthnHandler. setOrigin(String origin)Set the Origin to be validated by the webauthn object.WebAuthnHandlerWebAuthnHandler. setupCallback(Route route)The callback route to verify attestations and assertions.WebAuthnHandlerWebAuthnHandler. setupCredentialsCreateCallback(Route route)The callback route to create registration attestations.WebAuthnHandlerWebAuthnHandler. setupCredentialsGetCallback(Route route)The callback route to create login attestations.
-