JwtParameters.IssuedAt property

Gets the “iat” (Issued At) claim from the JWT, indicating when the token was issued.

public DateTime? IssuedAt { get; set; }

See Also