Show / Hide Table of Contents

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 Source

Get(IIdentityServerOptions)

Finds the appropriate implementation of IIdentityServerHttpClient based on the options

Declaration
IIdentityServerHttpClient Get(IIdentityServerOptions options)
Parameters
Type Name Description
IIdentityServerOptions options

The options for retrieving an access token

Returns
Type Description
IIdentityServerHttpClient

An IIdentityServerHttpClient

  • Improve this Doc
  • View Source
Back to top Generated by DocFX