ITokenAcquirerFactory Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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). |