expiry property

DateTime? expiry

Identifies the expiration time on or after which the JWT MUST NOT be accepted for processing.

Implementers MAY provide for some small leeway, usually no more than a few minutes, to account for clock skew.

Implementation

DateTime? get expiry => getTyped('exp');