openidconnect library

Functions

httpRetry<T extends Response>(FutureOr<T> fn(), {Duration delayFactor = const Duration(milliseconds: 200), double randomizationFactor = 0.25, Duration maxDelay = const Duration(seconds: 30), int maxAttempts = 8, FutureOr<bool> retryIf(Exception)?, FutureOr<void> onRetry(Exception)?}) Future<Map<String, dynamic>?>