Uses of Interface
io.vertx.ext.web.handler.WebAuthnHandler
-
Packages that use WebAuthnHandler Package Description io.vertx.ext.web.handler io.vertx.reactivex.ext.web.handler io.vertx.rxjava3.ext.web.handler -
-
Uses of WebAuthnHandler in io.vertx.ext.web.handler
Methods in io.vertx.ext.web.handler that return WebAuthnHandler Modifier and Type Method Description static WebAuthnHandler
WebAuthnHandler. create(WebAuthn webAuthn)
Create a WebAuthN auth handler.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. -
Uses of WebAuthnHandler in io.vertx.reactivex.ext.web.handler
Methods in io.vertx.reactivex.ext.web.handler that return WebAuthnHandler Modifier and Type Method Description WebAuthnHandler
WebAuthnHandler. getDelegate()
Methods in io.vertx.reactivex.ext.web.handler with parameters of type WebAuthnHandler Modifier and Type Method Description static WebAuthnHandler
WebAuthnHandler. newInstance(WebAuthnHandler arg)
Constructors in io.vertx.reactivex.ext.web.handler with parameters of type WebAuthnHandler Constructor Description WebAuthnHandler(WebAuthnHandler delegate)
-
Uses of WebAuthnHandler in io.vertx.rxjava3.ext.web.handler
Methods in io.vertx.rxjava3.ext.web.handler that return WebAuthnHandler Modifier and Type Method Description WebAuthnHandler
WebAuthnHandler. getDelegate()
Methods in io.vertx.rxjava3.ext.web.handler with parameters of type WebAuthnHandler Modifier and Type Method Description static WebAuthnHandler
WebAuthnHandler. newInstance(WebAuthnHandler arg)
Constructors in io.vertx.rxjava3.ext.web.handler with parameters of type WebAuthnHandler Constructor Description WebAuthnHandler(WebAuthnHandler delegate)
-