issuedAt

@SerialName(value = "iat")
@Serializable(with = InstantLongSerializer::class)
val issuedAt: Instant(source)

OIDC: REQUIRED. Time at which the JWT was issued. Its value is a JSON number representing the number of seconds from 1970-01-01T0:0:0Z as measured in UTC until the date/time.