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

getUsernameCredentialField

abstract fun getUsernameCredentialField(): String

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

Return
the usernameCredentialField