Skip to content

Commit 8ed4d9d

Browse files
authored
Support sendable result (#2518)
* Support sendable result. * modified: CHANGELOG.md
1 parent 8048a3d commit 8ed4d9d

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
## TBD
2+
* Support sendable result #2518
3+
14
## [1.7.0]
25
* Add support for claims request in native authentication signIn (#2496)
36
* Move native auth public methods to parameter class (#2492)

MSAL/src/public/MSALResult.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@
3535
MSALResult represents information returned to the application after a successful interactive or silent token acquisition.
3636
It contains information requested by the application (e.g. access_token and id_token), and information that can be used to get a token silently from MSAL (e.g. account).
3737
*/
38+
NS_SWIFT_SENDABLE
3839
@interface MSALResult : NSObject
3940

4041
#pragma mark - Token response

0 commit comments

Comments
 (0)