Show / Hide Table of Contents

Class IdentityServerHttpClientSelector

Selects the correct IIdentityServerHttpClient based on IIdentityServerOptions.

Inheritance
System.Object
IdentityServerHttpClientSelector
Implements
IIdentityServerHttpClientSelector
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Geko.HttpClientService.Infrastructure
Assembly: Geko.HttpClientService.dll
Syntax
public class IdentityServerHttpClientSelector : IIdentityServerHttpClientSelector

Constructors

| Improve this Doc View Source

IdentityServerHttpClientSelector(IEnumerable<IIdentityServerHttpClient>)

Constructor of the IdentityServerHttpClientSelector.

Declaration
public IdentityServerHttpClientSelector(IEnumerable<IIdentityServerHttpClient> httpClients)
Parameters
Type Name Description
IEnumerable<IIdentityServerHttpClient> httpClients

Methods

| Improve this Doc View Source

Get(IIdentityServerOptions)

Finds the appropriate implementation of IIdentityServerHttpClient based on the options.

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

The options for retrieving an access token.

Returns
Type Description
IIdentityServerHttpClient

An IIdentityServerHttpClient.

Implements

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