public interface IHttpClient
IPublicClientApplication or
IConfidentialClientApplication.
For more details, see https://aka.ms/msal4j-http-client| Modifier and Type | Method and Description |
|---|---|
IHttpResponse |
send(HttpRequest httpRequest)
Should implement execution of outgoing HTTP request with HTTP client of choice.
|
IHttpResponse send(HttpRequest httpRequest) throws Exception
IHttpResponsehttpRequest - HttpRequestIHttpResponse.Exception - Non-recoverable exception. Recoverable exceptions should be handled by the
IHttpClient implementationCopyright © 2013–2021. All rights reserved.