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

getPasswordCredentialField

abstract fun getPasswordCredentialField(): String

Get the name of the field to be used as property for the password of credentials in the method #authenticate(JsonObject, io.vertx.core.Handler). Defaults to #DEFAULT_CREDENTIAL_PASSWORD_FIELD

Return
the passwordCredentialField