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

getRoleField

abstract fun getRoleField(): String

Get the name of the field to be used for the roles. Defaults to #DEFAULT_ROLE_FIELD. Roles are expected to be saved as JsonArray

Return
the roleField