hasRefreshExpired method

bool hasRefreshExpired(
  1. DateTime time
)

Implementation

bool hasRefreshExpired(DateTime time) => refreshExpiresAt.isBefore(time);