WebApiBuilders Class
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.
Web API authentication builder.
public static class WebApiBuilders
type WebApiBuilders = class
Public Class WebApiBuilders
- Inheritance
-
WebApiBuilders
Methods
EnableTokenAcquisition(Action<ConfidentialClientApplicationOptions>, String, IServiceCollection, IConfigurationSection) |
Allows a higher level abstraction of security token (i.e. System.IdentityModel.Tokens.Jwt and more modern, Microsoft.IdentityModel.JsonWebTokens)
to be used with Microsoft Identity Web.
Developers should continue to use |