tokenRefreshInterval property

int tokenRefreshInterval

Implementation

int get tokenRefreshInterval => tokenExpireDate
    .difference(DateTime.now().add(Duration(seconds: 5 * 60)))
    .inSeconds;