Checks if the token is a "Bearer" token
bool isBearer() { return tokenType?.toLowerCase() == 'bearer'; }