vertx / io.vertx.rxjava.ext.auth.mongo / MongoAuth / setCollectionName

setCollectionName

open fun setCollectionName(collectionName: String): MongoAuth

Set the name of the collection to be used. Defaults to io.vertx.rxjava.ext.auth.mongo.MongoAuth

Parameters

collectionName - the name of the collection to be used for storing and reading user data

Return
the current instance itself for fluent calls