pub fn send_with_retry_blocking(
builder: RequestBuilder,
policy: &RetryPolicy,
) -> Result<Response, Error>Expand description
Blocking variant for sync code paths (e.g. OAuth token refresh in create_provider).
Same contract as send_with_retry: builder-chain errors are surfaced
as reqwest::Error rather than panics.