isValid property

bool get isValid

Check if this authorization is valid (not expired)

Implementation

bool get isValid => !isExpired;