Skip to content

[Chore] Refactor native iOS code#211

Open
joaguirrem wants to merge 2 commits intomainfrom
ios
Open

[Chore] Refactor native iOS code#211
joaguirrem wants to merge 2 commits intomainfrom
ios

Conversation

@joaguirrem
Copy link
Collaborator

🔄 Type of change:

  • ✨Feature/chore
  • ♻️ Refactor
  • 🔧 Bugfixes

✏️ Description:

  • Update gradle file.
  • Refactor native iOS code.

Comment on lines +198 to +200
"clientId": accessToken.channelID,
"expiresIn": accessToken.expiresIn,
"scope": accessToken.permissions.map { $0.rawValue }.joined(separator: " ")
"scope": accessToken.permissions.map { $0.rawValue }.joined(separator: " ")

Choose a reason for hiding this comment

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

Are these changes ok?
I read that "clientId | string | The channel ID the access token was issued for." and "channelId | string | Your LINE Login channel ID. |"
but I'm a bit confused, I assume is correct because clientId definition mentions accessToken but as is a sensitive change a double check won't be bad.
Also I see a strange space there but it's a really minor thing

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants