expiresIn property

num expiresIn

Number of seconds until the access token expires. Counting from when the server received the request.

Implementation

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