Interface IIdentityServerHttpClientSelector
Abstraction for an IIdentityServerHttpClient selector. The correct client is selected based on IIdentityServerOptions.
Namespace: Geko.HttpClientService.Infrastructure
Assembly: Geko.HttpClientService.dll
Syntax
public interface IIdentityServerHttpClientSelector
Methods
| Improve this Doc View SourceGet(IIdentityServerOptions)
Finds the appropriate implementation of IIdentityServerHttpClient based on the options
Declaration
IIdentityServerHttpClient Get(IIdentityServerOptions options)
Parameters
Type | Name | Description |
---|---|---|
IIdentityServerOptions | options | The |
Returns
Type | Description |
---|---|
IIdentityServerHttpClient |