open fun setCollectionName(collectionName: String): MongoAuth
Set the name of the collection to be used. Defaults to io.vertx.rxjava.ext.auth.mongo.MongoAuth
collectionName - the name of the collection to be used for storing and reading user data
Return
the current instance itself for fluent calls