DEVELOPER CENTER
...
$pinc.auth
Methods
2 min
$pinc auth signout signout call this method when you want to sign out of the currently logged in provider internally this process revokes the privilege and clears any information about the cached session once signedout the callback in docid\ e2zqvjgkdafqzlqhz2su1 is invoked example //uses jquery $("signout button") on("click",$pinc auth signout) // onloggedout is linked through the script data on logged out attribute function onloggedout(){ //possibly redirect to login page } related https //docs pathfix com/dollarpincauth https //docs pathfix com/properties

