issuedAt property

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