Namespace Stratara.Identity.Core
Namespaces
Classes
- HttpClientHelper
Default IHttpClientHelper implementation that simply exposes the injected HttpClient. Registered via
AddHttpClient<IHttpClientHelper, HttpClientHelper>so DI applies a named HttpClient (with its own handler chain + base address) to this typed client.
Interfaces
- 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).