Microsoft.Identity.Client.ApiConfig.Parameters.AcquireTokenOnBehalfOfParameters
class AcquireTokenOnBehalfOfParameters : AbstractAcquireTokenConfidentialClientParameters, IAcquireTokenParameters
User-provided cache key for long-running OBO flow.
Only affects InitiateLongRunningProcessInWebApi.
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.
public AcquireTokenOnBehalfOfParameters()