MicrosoftIdentityWebApiAuthenticationBuilder 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.
Authentication builder for a web API.
public class MicrosoftIdentityWebApiAuthenticationBuilder : Microsoft.Identity.Web.MicrosoftIdentityBaseAuthenticationBuilder
type MicrosoftIdentityWebApiAuthenticationBuilder = class
inherit MicrosoftIdentityBaseAuthenticationBuilder
Public Class MicrosoftIdentityWebApiAuthenticationBuilder
Inherits MicrosoftIdentityBaseAuthenticationBuilder
- Inheritance
- Derived
Properties
ConfigurationSection |
Configuration section from which to bind options. (Inherited from MicrosoftIdentityBaseAuthenticationBuilder) |
Services |
The services being configured. (Inherited from MicrosoftIdentityBaseAuthenticationBuilder) |
Methods
EnableTokenAcquisitionToCallDownstreamApi(Action<ConfidentialClientApplicationOptions>) |
Protects the web API with Microsoft identity platform (formerly Azure AD v2.0). |