Client response type
Setup a response interceptor that intercept all responses on the underlying client to automate authentication of each requests.
Setup a request interceptor that intercept all requests on the underlying client to automate authentication of each requests.
Generated using TypeDoc
Adapts HTTP client to common objects like Request and Response.
It supports performing requests to ServerConfiguration endpoints, like login and logout, but also supports performing authenticated requests throw request method.
It can setup RequestInterceptor and ResponseInterceptor to automate the authentication on the underlying client.
Implementation of this interface can be given to Auth constructor.