Line Login
The function login, logs out, acquires, verifies, and refreshes the access token. The version of LineSDK you are using is as follows.
Stuck on a Cordova issue?

If you're building a serious project, you can't afford to spend hours troubleshooting. Ionic's experts offer official maintenance, support, and integration help.
Installation
Ionic EE comes with fully supported and maintained plugins from the Ionic Team. Learn More or Contact Us
Supported Platforms
- Android
- iOS
Usage
import { LineLogin } from '@ionic-native/line-login/ngx';
constructor(private lineLogin: LineLogin) { }
...
this.lineLogin.initialize({ channel_id: "xxxxxxxxxx" })
this.lineLogin.login()
.then(result => console.log(result))
.catch(error => console.log(error))