Check if user has any of the specified roles
Future<bool> hasAnyRole( String userId, List<String> roles, { String? resource, Map<String, dynamic>? context, });