MicrosoftIdentityWebApiAuthenticationBuilder Class

Definition

Authentication builder for a web API.

public class MicrosoftIdentityWebApiAuthenticationBuilder : Microsoft.Identity.Web.MicrosoftIdentityBaseAuthenticationBuilder
type MicrosoftIdentityWebApiAuthenticationBuilder = class
    inherit MicrosoftIdentityBaseAuthenticationBuilder
Public Class MicrosoftIdentityWebApiAuthenticationBuilder
Inherits MicrosoftIdentityBaseAuthenticationBuilder
Inheritance
MicrosoftIdentityWebApiAuthenticationBuilder
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).

Applies to