isExpiring property

bool get isExpiring

Wether this Token expires in the next 60 seconds.

Implementation

bool get isExpiring => expiresIn < 60;