From 84a3d56e3fbcdfee4c249ca877c50932728a4cf5 Mon Sep 17 00:00:00 2001 From: Jason Zeng Date: Tue, 25 Feb 2025 22:35:54 -0800 Subject: [PATCH] update comment asking users to use multipleCloudsSupported --- MSAL/src/public/MSALTokenParameters.h | 1 + 1 file changed, 1 insertion(+) diff --git a/MSAL/src/public/MSALTokenParameters.h b/MSAL/src/public/MSALTokenParameters.h index 3339be769c..e0b150e26b 100644 --- a/MSAL/src/public/MSALTokenParameters.h +++ b/MSAL/src/public/MSALTokenParameters.h @@ -74,6 +74,7 @@ NS_ASSUME_NONNULL_BEGIN /** Key-value pairs to pass to the /authorize and /token endpoints. This should not be url-encoded value. + @note Please do not pass instance_aware but use MSALPublicClientApplicationConfig.multipleCloudsSupported instead. */ @property (nonatomic, nullable) NSDictionary *extraQueryParameters;