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

setCollectionName

abstract fun setCollectionName(collectionName: String): MongoAuth

Set the name of the collection to be used. Defaults to #DEFAULT_COLLECTION_NAME

Parameters

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

Return
the current instance itself for fluent calls