expiresIn property

num expiresIn

Number of seconds until the access token expires, counting from when the server issued the token.

Implementation

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