Skip to main content
Table of Contents

Interface IHttpClientHelper

Namespace
Stratara.Identity.Core
Assembly
Stratara.Identity.Core.dll

Abstraction over a configured HttpClient, so identity-related services can take a single dependency that resolves to the right named/typed client (with auth handler, base address, resilience pipeline).

public interface IHttpClientHelper
Extension Methods

Properties

Client

The configured HttpClient to use for identity-endpoint calls.

HttpClient Client { get; }

Property Value

HttpClient