<?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/12/w/api-documentation/71940/user-logout-warning-client-message</link><description>Developing on Verint Community? Use the API documentation as a reference for all supported interactions with Verint Community.</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/12/w/api-documentation/71940/user-logout-warning-client-message</link><pubDate>Thu, 02 Jun 2022 15:18:05 GMT</pubDate><guid isPermaLink="false">95e33e26-ebc9-46e6-98c9-bd6145023dc2</guid><dc:creator>Former Member</dc:creator><comments>https://community.telligent.com/community/12/w/api-documentation/71940/user-logout-warning-client-message#comments</comments><description>Current Revision posted to API Documentation by Former Member on 06/02/2022 15:18:05&lt;br /&gt;
&lt;hr class="generated-documentation-start" style="border-width:0;" /&gt;&lt;h3&gt;&lt;a id="user_logout_warning_Client_Message" name="user_logout_warning_Client_Message"&gt;&lt;/a&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;&lt;a id="Usage" name="Usage"&gt;&lt;/a&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;&lt;a id="Data" name="Data"&gt;&lt;/a&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>