expiry property

  1. @override
DateTime get 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

@override
DateTime get expiry => super.expiry!;