Skip to content
Draft
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions MSAL/src/public/MSALTokenParameters.h
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,7 @@ NS_ASSUME_NONNULL_BEGIN

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This pull request does not update CHANGELOG.md.

Please consider if this change would be noticeable to a partner or user and either update CHANGELOG.md or resolve this conversation.

/**
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 <NSString *, NSString *> *extraQueryParameters;

Expand Down