public interface IHttpResponse
HttpRequest through an IHttpClient implementation.
This interface encapsulates all the data returned by the authentication service or other HTTP endpoints
contacted during the authentication flows.
Custom implementations of IHttpClient must convert their native HTTP response objects to this interface.
| Modifier and Type | Method and Description |
|---|---|
String |
body()
Gets the HTTP response body.
|
Map<String,List<String>> |
headers()
Gets the HTTP response headers.
|
int |
statusCode()
Gets the HTTP response status code.
|
int statusCode()
Map<String,List<String>> headers()
String body()
Copyright © 2013–2025. All rights reserved.