isUserNotAuthorized

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

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

Return

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

Parameters

userId

: the identifier of the user

token

: the token of the user

teamId

: the identifier of the team requested