getUserClaims<T extends Enum> abstract method
Pass the UserClaims type to get the claims for that user
Implementation
Future<Map<T, bool>> getUserClaims<T extends Enum>({
required List<T> enumValues,
bool forceRefresh = false,
});