Uses of Interface
io.vertx.ext.auth.mongo.MongoAuthorization
-
-
Uses of MongoAuthorization in io.vertx.ext.auth.mongo
Methods in io.vertx.ext.auth.mongo that return MongoAuthorization Modifier and Type Method Description static MongoAuthorizationMongoAuthorization. create(String providerId, MongoClient mongoClient, MongoAuthorizationOptions options)Creates an instance of MongoAuthorization by using the givenMongoClientand configuration object.
-