Table of Contents

Class MicrosoftIdentityAppCallsWebApiAuthenticationBuilderExtension

Namespace
Microsoft.Identity.Web
Assembly
Microsoft.Identity.Web.dll

Authentication builder returned by the EnableTokenAcquisitionToCallDownstreamApi methods enabling you to use the session cache implementation.

public static class MicrosoftIdentityAppCallsWebApiAuthenticationBuilderExtension
Inheritance
MicrosoftIdentityAppCallsWebApiAuthenticationBuilderExtension
Inherited Members

Methods

AddSessionTokenCaches(MicrosoftIdentityAppCallsWebApiAuthenticationBuilder)

Add a token cache based on session cookies

public static IServiceCollection AddSessionTokenCaches(this MicrosoftIdentityAppCallsWebApiAuthenticationBuilder builder)

Parameters

builder MicrosoftIdentityAppCallsWebApiAuthenticationBuilder

Returns

IServiceCollection

The service collection