RevokeAuthenticationSession method

Revokes a given authentication session and logs out the current user.

Syntax


C++

HRESULT RevokeAuthenticationSession(
   BSTR SessionCookie)

Scripting languages
Object.RevokeAuthenticationSession(
   SessionCookie as String)

Parameters


SessionCookie

An authentication session cookie created by the CreateAuthenticationSession method.

Return value


 

C++

The return code.

Scripting languages

None.

Home

Applies to
IERUAuthenticator

IERUMasterFacility