Share via


AcquireTokenOnBehalfOfParameterBuilderExtensions Class

Definition

Extension methods for the AcquireTokenOnBehalfOfParameterBuilder

public static class AcquireTokenOnBehalfOfParameterBuilderExtensions
type AcquireTokenOnBehalfOfParameterBuilderExtensions = class
Public Module AcquireTokenOnBehalfOfParameterBuilderExtensions
Inheritance
AcquireTokenOnBehalfOfParameterBuilderExtensions

Methods

WithSearchInCacheForLongRunningProcess(AcquireTokenOnBehalfOfParameterBuilder, Boolean)

Only affects InitiateLongRunningProcessInWebApi(IEnumerable<String>, String, String). When enabled, mimics MSAL 4.50.0 and below behavior - checks in cache for cached tokens first, and if not found, then uses user assertion to request new tokens from AAD. When disabled (default behavior), doesn't search in cache, but uses the user assertion to retrieve tokens from AAD.

Applies to