<?xml version="1.0" encoding="UTF-8" ?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/"><channel><title>user.logout.warning Client Message</title><link>https://community.telligent.com/community/13/w/api-documentation/75704/user-logout-warning-client-message</link><description>&lt;p&gt;&lt;span&gt;Developing on Verint Community? Use the API documentation as a reference for all supported interactions with Verint Community.&lt;/span&gt;&lt;/p&gt;</description><dc:language>en-US</dc:language><generator>14.0.0.586 14</generator><item><title>user.logout.warning Client Message</title><link>https://community.telligent.com/community/13/w/api-documentation/75704/user-logout-warning-client-message</link><pubDate>Fri, 08 Mar 2024 17:50:58 GMT</pubDate><guid isPermaLink="false">6728d388-d007-4ade-bd02-3993880b6f34</guid><dc:creator>Ben Tiedt</dc:creator><comments>https://community.telligent.com/community/13/w/api-documentation/75704/user-logout-warning-client-message#comments</comments><description>Current Revision posted to API Documentation by Ben Tiedt on 03/08/2024 17:50:58&lt;br /&gt;
&lt;hr class="generated-documentation-start" style="border-width:0;" /&gt;&lt;h3&gt;user.logout.warning Client Message&lt;/h3&gt;
&lt;p&gt;[[messaging JavaScript API Module|Client-side message]] raised when a user&amp;#39;s session is nearing expiration. Raised once per second after the warning threshold is crossed before logout is reached. The warning threshold defaults to 45 seconds but is adjustable via the [[authentication JavaScript API Module|authentication]] client API.&lt;/p&gt;
&lt;h3&gt;Usage&lt;/h3&gt;
&lt;pre&gt;&lt;code&gt;messaging.subscribe(&amp;#39;user.logout.warning&amp;#39;, function(data) {
    // handle the event
});
&lt;/code&gt;&lt;/pre&gt;

&lt;h3&gt;Data&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;&lt;code&gt;remainingSeconds&lt;/code&gt;: remaining seconds until logout&lt;/li&gt;
&lt;li&gt;&lt;code&gt;renewable&lt;/code&gt;: boolean value of whether or not authentication is configured to support renewing via the [[authentication JavaScript API Module|authentication]] client API&lt;/li&gt;
&lt;/ul&gt;
&lt;hr class="generated-documentation-end" style="border-width:0;" /&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;
</description></item></channel></rss>