Expiration time of the token, in seconds, at time of creation.
This value is never updated. To get the current expiresIn time for a token, call LineSDK.verifyAccessToken().
LineSDK.verifyAccessToken()
num get expiresIn => _data['expires_in'];