issuedAt property
Date and time this token was issued.
Implementation
@dateTimeConverter
@JsonKey(name: 'iat')
DateTime get issuedAt => throw _privateConstructorUsedError;
Date and time this token was issued.
@dateTimeConverter
@JsonKey(name: 'iat')
DateTime get issuedAt => throw _privateConstructorUsedError;