open fun setUsernameCredentialField(fieldName: String): MongoAuth
Set the name of the field to be used as property for the username in the method io.vertx.reactivex.ext.auth.AuthProvider#authenticate. Defaults to io.vertx.reactivex.ext.auth.mongo.MongoAuth
fieldName - the name of the field to be used
Return
the current instance itself for fluent calls