Check if token has required scopes
bool hasRequiredScopes(List<String> tokenScopes, List<String> requiredScopes);