Interface IHttpClientHelper
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; }