expires_in property
int?
get
expires_in
The lifetime in seconds of the access token.
Implementation
int? get expires_in => _expires_in?.toDartInt;
The lifetime in seconds of the access token.
int? get expires_in => _expires_in?.toDartInt;