line / line-sdk-android

LINE SDK for Android lets you integrate LINE into your Android app to create a more engaging experience for your users.
https://developers.line.biz/en/docs/android-sdk/
Apache License 2.0
133 stars 45 forks source link

Refine access denied server error handling #144

Closed benjamin-cheng closed 1 year ago

benjamin-cheng commented 1 year ago

Refine the access denied server error handling. The server error occurred when user denied to grant the permissions, so it should be passed to client side as CANCEL error result instead of AUTHENTICATION_AGENT_ERROR.

AS-IS TO-BE
login-cancel-authentication-agent-error login-cancel-canceled-error
CLAassistant commented 1 year ago

CLA assistant check
All committers have signed the CLA.