ILogOnServiceExecuteSessionToken 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 (24.3.0.1000)
Syntax
Guid? ExecuteSessionToken(
	Guid sessionToken
)

Parameters

sessionToken
Type: SystemGuid
The session token.

Return Value

Type: NullableGuid
The session ID corresponding to the token, or if the token was not found.
Exceptions
ExceptionCondition
ArgumentExceptionsessionToken is Empty.
See Also