diff --git a/MSAL/src/public/MSALTokenParameters.h b/MSAL/src/public/MSALTokenParameters.h index 3339be769..e0b150e26 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;