isUserNotAuthorized

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