expiresIn property
num
get
expiresIn
Number of seconds until the access token expires, counting from when the server issued the token.
Implementation
num get expiresIn => _data['expires_in'];
Number of seconds until the access token expires, counting from when the server issued the token.
num get expiresIn => _data['expires_in'];