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

feat. add optional auth parameter #145

Closed tsairene closed 1 year ago

tsairene commented 1 year ago

This added the promptBotID parameter to login flow. It allows users to append a linked bot ID to the login URL as query when performing login. For now, this is an internal-only feature so we do not contain any doc or description to it.