expiresIn property

num get expiresIn

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().

Implementation

num get expiresIn => _data['expires_in'];