expiresIn property
Duration?
get
expiresIn
Expiration time of the Access Token since the response was generated.
Implementation
Duration? get expiresIn => getTyped('expires_in');
Expiration time of the Access Token since the response was generated.
Duration? get expiresIn => getTyped('expires_in');