httpClient property

Client get httpClient

Gets the shared HTTP client for making authenticated requests.

This client is configured with the appropriate base URLs and interceptors for OktaIdentity API communication.

Implementation

http.Client get httpClient => _httpClient;