Skip to content

Support OAuth #174

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 9 commits into from
Jun 14, 2019
Merged

Support OAuth #174

merged 9 commits into from
Jun 14, 2019

Conversation

okue
Copy link
Member

@okue okue commented Jun 12, 2019

#160
New APIs:

issue_access_token(self, client_id, client_secret, grant_type='client_credentials', timeout=None)
Issues a short-lived channel access token.

https://developers.line.biz/en/reference/messaging-api/#issue-channel-access-token

revoke_access_token(self, access_token, timeout=None)
Revokes a channel access token.

https://developers.line.biz/en/reference/messaging-api/#revoke-channel-access-token

@okue okue requested a review from be-hase June 12, 2019 08:15
Copy link
Member

@be-hase be-hase left a comment

Choose a reason for hiding this comment

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

Thanks, but I left comment.

@okue okue requested a review from be-hase June 14, 2019 05:35
Copy link
Member

@be-hase be-hase left a comment

Choose a reason for hiding this comment

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

Thanks :)
LGTM

@be-hase be-hase merged commit cca529c into master Jun 14, 2019
@be-hase be-hase deleted the issue-160-oauth branch June 14, 2019 06:48
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