hasRequiredScopes abstract method

bool hasRequiredScopes(
  1. List<String> tokenScopes,
  2. List<String> requiredScopes
)

Check if token has required scopes

Implementation

bool hasRequiredScopes(List<String> tokenScopes, List<String> requiredScopes);