authorize

abstract fun authorize(token: String): Boolean

Authorizes a user based on the provided token.

Return

true if the token is valid, false otherwise

Parameters

token

the token to be validated