issuedAt property
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
DateTime? get issuedAt => getTyped('iat');