Closed GoogleCodeExporter closed 9 years ago
Fixed in r32
This change only adds the expiresIn() method, but it's easy to see whether a
token is set (expiresIn() != Double.NEGATIVE_INFINITY) or is expired
(expiresIn() > 0)
Original comment by jasonhall@google.com
on 7 Sep 2011 at 7:06
Original issue reported on code.google.com by
jasonhall@google.com
on 31 Aug 2011 at 3:01