Uses of Interface
io.vertx.ext.auth.mongo.MongoAuthentication
-
Packages that use MongoAuthentication Package Description io.vertx.ext.auth.mongo -
-
Uses of MongoAuthentication in io.vertx.ext.auth.mongo
Methods in io.vertx.ext.auth.mongo that return MongoAuthentication Modifier and Type Method Description static MongoAuthentication
MongoAuthentication. create(MongoClient mongoClient, MongoAuthenticationOptions options)
Creates an instance of MongoAuth by using the givenMongoClient
and configuration object.
-