isExpired property

bool get isExpired

토큰이 만료되었는지 확인

Implementation

bool get isExpired => TokenUtils.isExpired(expiresAt);