isUserNotAuthorized

protected open fun isUserNotAuthorized(userId: String, token: String, collectionId: String): Boolean

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

Return

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

Parameters

userId

: the identifier of the user

token

: the token of the user

collectionId

: the identifier of the collection requested