ITokenAcquirerFactory Interface

Definition

Token acquirer factory.

public interface ITokenAcquirerFactory
type ITokenAcquirerFactory = interface
Public Interface ITokenAcquirerFactory
Derived

Methods

GetTokenAcquirer(IdentityApplicationOptions)

Get a token acquirer given a set of application identity options.

GetTokenAcquirer(String)

Get a token acquirer for a specific named configuration (for instance an ASP.NET Core authentication scheme).

Applies to