issuedAt property

  1. @override
DateTime issuedAt

Identifies the time at which the JWT was issued.

This claim can be used to determine the age of the JWT.

Implementation

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