# Managing authorized apps
Users must consent to their information, such as User ID, being obtained when they use a LINE Login channel. After consenting, users can review the terms of consent or revoke consent at any time.
- From your LINE app, tap Settings > Account > Authorized apps.
The settings screen for "Authorized apps" will be displayed. - Tap the app you wish to unauthorize.
The authorized app screen will be displayed.
To review the terms of consent, tap "View permissions".
To revoke consent, tap "Unlink".
# When user revokes consent
Access tokens and refresh tokens are deactivated as soon as the user revokes consent, impacting users and providers in these ways:
Target | Description |
---|---|
User |
|
Provider |
|
Each LINE user has a different user ID per provider. Even if the user consents again after revoking consent, their user ID doesn't change. This means that information associated with a given user ID can continue being used, even after the user revokes consent.
However, respect the user's decision to revoke consent and reacquire the user's information upon verifying the access token.
Take these actions if the access token has become invalid:
- If the access token expires and becomes invalid, use the refresh token to update the access token.
- However, if the user revokes consent, neither the access token nor the refresh token will be available.
You must handle user's information correctly according to the LINE User Data Policy (opens new window). Failure to adhere to the LINE User Data Policy will result in service discontinuation.