Skip to content

Commit

Permalink
update refresh token data type
Browse files Browse the repository at this point in the history
  • Loading branch information
Xiaoshouzi-gh committed Oct 6, 2023
1 parent e81b7d3 commit 70aacdd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ NS_ASSUME_NONNULL_BEGIN
@property refershToken
@brief Refresh token for the authenticated user.
*/
@property(nonatomic, copy, readonly) NSData *refreshToken;
@property(nonatomic, copy, readonly) NSString *refreshToken;

@end

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ NS_ASSUME_NONNULL_BEGIN
@property refershToken
@brief Refresh token for the authenticated user.
*/
@property(nonatomic, copy, readonly) NSData *refreshToken;
@property(nonatomic, copy, readonly) NSString *refreshToken;

@end

Expand Down

0 comments on commit 70aacdd

Please sign in to comment.