is User Not Authorized

protected abstract fun isUserNotAuthorized(userId: String, token: String, itemId: String): Boolean

Method to get whether the user is or not authorized to operate with the item requested

Return

whether the user is or not authorized to operate with the item requested

Parameters

userId

The identifier of the user

token

The token of the user

itemId

The identifier of the item requested