You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
MSAL.NET 4.32.0 brings support for: CancellationToken on GetAccountAsync, RemoveAsync and TokenCacheNotificationArgs.
Have new overrides in MsalAbstractTokenCacheProvider to support the cancellation tokens, implemented in MsalDistributedCacheAdapter. (trying avoiding a breaking change)
Add a CancellationToken property in TokenAcquisitionOptions and, if available use it in TokenAcquisition in calls to:
AcquireTokenXXX methods
GetAccountAsync()
RemoveAsync
Additional context
MSAL.NET 4.32.0 also supports:
.WithTenant() in all flows (which could be used instead of .WithAuthority). This would be to remove technical debt
WithExtraHttpHeaders on AcquireTokenXXX
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
MSAL.NET 4.32.0 brings support for:
CancellationToken
onGetAccountAsync
,RemoveAsync
andTokenCacheNotificationArgs
.Describe the solution you'd like
Additional context
MSAL.NET 4.32.0 also supports:
.WithTenant()
in all flows (which could be used instead of.WithAuthority
). This would be to remove technical debtWithExtraHttpHeaders
on AcquireTokenXXXThe text was updated successfully, but these errors were encountered: