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

getPermissionField

abstract fun getPermissionField(): String

Get the name of the field to be used for the permissions. Defaults to #DEFAULT_PERMISSION_FIELD. Permissions are expected to be saved as JsonArray

Return
the permissionField