IDataDiscoveryModuleServiceGetUserAccessTokenForCaller Method

Get a trusted access token for the current user.

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

Return Value

Type: String
The trusted access token.
Exceptions
ExceptionCondition
TrustedAccessExceptionOccurs if a token is not able to be retrieved from the external service provider.
InvalidSessionExceptionThe caller context is not associated with a valid session.
See Also