AcquireTokenOnBehalfOfParameterBuilderExtensions 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.
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. |