<?xml version="1.0" encoding="UTF-8" ?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/"><channel><title>authentication JavaScript API Module</title><link>https://community.telligent.com/community/12/w/api-documentation/71942/authentication-javascript-api-module</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>authentication JavaScript API Module</title><link>https://community.telligent.com/community/12/w/api-documentation/71942/authentication-javascript-api-module</link><pubDate>Thu, 02 Jun 2022 15:18:11 GMT</pubDate><guid isPermaLink="false">4613b0e1-0940-4ddb-8fe9-45b1bcebac09</guid><dc:creator>Former Member</dc:creator><comments>https://community.telligent.com/community/12/w/api-documentation/71942/authentication-javascript-api-module#comments</comments><description>Current Revision posted to API Documentation by Former Member on 06/02/2022 15:18:11&lt;br /&gt;
&lt;hr class="generated-documentation-start" style="border-width:0;" /&gt;&lt;h3&gt;&lt;a id="jQuery_telligent_evolution_authentication" name="jQuery_telligent_evolution_authentication"&gt;&lt;/a&gt;jQuery.telligent.evolution.authentication&lt;/h3&gt;
&lt;p&gt;This module provides methods for manipulating user authentication and auto logout flow&lt;/p&gt;
&lt;h3&gt;&lt;a id="Methods" name="Methods"&gt;&lt;/a&gt;Methods&lt;/h3&gt;
&lt;h4&gt;&lt;a id="renew" name="renew"&gt;&lt;/a&gt;renew&lt;/h4&gt;
&lt;p&gt;Renews the current user&amp;#39;s authentication cookie if the site is configured to support sliding expiration. Renews the state globally across all tabs and windows of the browser for the user, closing any open logout warnings by raising [[user.logout.warning.canceled Client Message|user.logout.warning.canceled]].&lt;/p&gt;
&lt;pre&gt;&lt;code&gt;$.telligent.evolution.authentication.renew();
&lt;/code&gt;&lt;/pre&gt;

&lt;h4&gt;&lt;a id="configure" name="configure"&gt;&lt;/a&gt;configure&lt;/h4&gt;
&lt;p&gt;Configures options for authentication logout flow&lt;/p&gt;
&lt;pre&gt;&lt;code&gt;$.telligent.evolution.authentication.configure(options);
&lt;/code&gt;&lt;/pre&gt;

&lt;p&gt;&lt;em&gt;options:&lt;/em&gt;&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;code&gt;warningThresholdSeconds&lt;/code&gt;: Threshold before logout in seconds at which [[user.logout.warning Client Message|user.logout.warning]] messages start to raise. Configuring this value configures it once for all open tabs and windows, as all tabs and windows share a single authentication manager. &lt;em&gt;(default: 45)&lt;/em&gt;&lt;/li&gt;
&lt;li&gt;&lt;code&gt;returnUrl&lt;/code&gt;: Optional URL use when redirecting after login following an automatic logout. This is usually already set by default to the current URL at page load, but it is sometimes useful to override via client script in single-page experiences.&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>