Skip to content

5.2.0

Compare
Choose a tag to compare
@onevcat onevcat released this 12 Jun 02:02
· 681 commits to master since this release
5.2.0

Added

  • Support for customizing the language used when login through web page. Set preferredWebPageLanguage of LoginManager to apply the required language. The default behavior (using the system language on user's device) is not changed. #61
  • Support for accessing AMR (Authentication Methods References) value in ID Token. #63
  • Now you can use either Swift 4.2 or Swift 5.0 when integrating LINE SDK with CocoaPods. #60

Fixed

  • The refreshToken in AccessToken is now marked as private. We do not encourage you to use or store the refresh token yourself. Instead, always use the refresh token API from client when you want to get a new access token.