IComposerIntegrationServiceGetUserAccessTokenForCaller Method

Get a trusted access token for the current user.

Namespace: Dundas.BI.ComposerIntegration
Assembly: Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (26.2.0.1000)
Syntax
string GetUserAccessTokenForCaller()

Return Value

String
The trusted access token.
Exceptions
ExceptionCondition
ComposerIntegrationExceptionOccurs if a token is not able to be retrieved from the external service provider.
FeatureNotEnabledExceptionIntegration with Logi Composer is not enabled.
InvalidSessionExceptionThe caller context is not associated with a valid session.
See Also