abstract fun setCollectionName(collectionName: String): MongoAuth
Set the name of the collection to be used. Defaults to #DEFAULT_COLLECTION_NAME
collectionName - the name of the collection to be used for storing and reading user data
Return
the current instance itself for fluent calls