Returns true if at least one of any is present in scopes.
true
any
bool hasAnyScope(List<String> any) => any.any(scopes.contains);