getauthenticationinfo

Gets info about the HTTP session including currently logged in profile and whether the profile is authenticated.

Parameters:
none
Returns:
XML
    <authenticationinfo>
        <info>
            <profile> { PROFILE NAME } </profile>
            <displayname> { USER DISPLAY NAME } </displayname>
            <peerid> { USER ID } </peerid>
            <authenticated> { 0 | 1 } </authenticated>
            <isremote> { 0 | 1 } </isremote>
            <reasoncode>0</reasoncode>
        </info>
    </authenticationinfo>

Requirements:


Generated on Wed Oct 12 2011 21:46:52. © CodeLathe LLC 2007-2011. All Rights Reserved.