IsTokenLoggedIn

This method returns a Boolean indicating whether the currently logged in user has permission for the passed token.

 

JavaScript

 

IsTokenLoggedIn (

       Token)

 

C#

 

bool IsTokenLoggedIn {

       string Token}

 

C++

 

HRESULT IsTokenLoggedIn (

       BSTR* Token,

       VARIANT_BOOL pVal)

Parameters

Token

The URL token to be checked.

Return Value

pVal

A Boolean indicating whether the currently logged in user is the same as the one represented by the passed token.

Exceptions

See: HRESULT Return Values for a list of possible values returned by the HRESULT.