JwtParameters.Expires property

Gets the “exp” (Expiration Time) claim from the JWT, indicating the time after which the token expires.

public DateTime? Expires { get; set; }

See Also