issuedAt property

  1. @JsonKey.new(name: 'issued_at')
DateTime issuedAt
final

Timestamp when the token was issued

Implementation

@JsonKey(name: 'issued_at')
final DateTime issuedAt;