expiresAt property

DateTime? get expiresAt

The value of the "exp" (expiration time) claim which is the time after which the JWT expires.

Implementation

DateTime? get expiresAt;