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
Copy file name to clipboardExpand all lines: src/Microsoft.Identity.Client/MigrationAid/MigrationAid.cs
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -2102,7 +2102,7 @@ public ClientCredential(string secret)
2102
2102
/// <summary>
2103
2103
///
2104
2104
/// </summary>
2105
-
[Obsolete("In MSAL.NET 3.x, you should directly pass the Activity (on Xamarin.Android), or Window (on .NET Framework and UWP) as second parameter of AcquireTokenInteractive()"+MsalErrorMessage.AkaMsmsalnet3BreakingChanges,true)]
2105
+
[Obsolete("In MSAL.NET 3.x, you should directly pass the Activity (on Xamarin.Android), or Window (on .NET Framework and UWP) using AcquireTokenInteractiveParameterBuilder.WithParentActivityOrWindow"+MsalErrorMessage.AkaMsmsalnet3BreakingChanges,true)]
0 commit comments