Skip to content

Commit 0fa83f6

Browse files
committed
Made setAccessToken public
1 parent 57f2f56 commit 0fa83f6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/OAuth2Client/NXOAuth2Client.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
@property (nonatomic, readonly) NSString *clientId;
5151
@property (nonatomic, readonly) NSString *clientSecret;
5252

53-
@property (nonatomic, readonly) NXOAuth2AccessToken *accessToken;
53+
@property (nonatomic, retain) NXOAuth2AccessToken *accessToken;
5454

5555

5656
#pragma mark WebServer Flow

0 commit comments

Comments
 (0)