Open this page in the API Guide

ILogOnService.ExecuteSessionToken Method

Exchanges a one-time session token for the actual session ID.

Namespace:  Dundas.BI.AccountServices
Assembly:  Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (25.1.0.1000)
Syntax
Guid? ExecuteSessionToken(
	Guid sessionToken
)

Parameters

sessionToken
Type: System.Guid
The session token.

Return Value

Type: Nullable<Guid>
The session ID corresponding to the token, or null if the token was not found.
Exceptions
ExceptionCondition
ArgumentExceptionsessionToken is Empty.
See Also