토큰이 곧 만료되는지 확인 (기본 5분 전)
bool isExpiringSoon([Duration threshold = const Duration(minutes: 5)]) => TokenUtils.isExpiringSoon(_expiresAt, threshold);