Uses of Class
io.vertx.mutiny.ext.auth.webauthn.MetaDataService
-
Packages that use MetaDataService Package Description io.vertx.mutiny.ext.auth.webauthn -
-
Uses of MetaDataService in io.vertx.mutiny.ext.auth.webauthn
Fields in io.vertx.mutiny.ext.auth.webauthn with type parameters of type MetaDataService Modifier and Type Field Description static TypeArg<MetaDataService>
MetaDataService. __TYPE_ARG
Methods in io.vertx.mutiny.ext.auth.webauthn that return MetaDataService Modifier and Type Method Description MetaDataService
MetaDataService. addStatement(io.vertx.core.json.JsonObject statement)
MetaDataService
MetaDataService. fetchTOCAndForget(String url)
Variant offetchTOC(String)
that ignores the result of the operation.MetaDataService
MetaDataService. flush()
MetaDataService
WebAuthn. metaDataService()
static MetaDataService
MetaDataService. newInstance(io.vertx.ext.auth.webauthn.MetaDataService arg)
-