IComposerIntegrationServiceGetUserAccessToken Method |
Get a trusted access token for the specified username.
Namespace: Dundas.BI.ComposerIntegrationAssembly: Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (26.2.0.1000)
Syntaxstring GetUserAccessToken(
string username,
Guid? tenantId
)
Function GetUserAccessToken (
username As String,
tenantId As Guid?
) As String
String^ GetUserAccessToken(
String^ username,
Nullable<Guid> tenantId
)
abstract GetUserAccessToken :
username : string *
tenantId : Nullable<Guid> -> string Parameters
- username String
- The username to retrieve a token for.
- tenantId NullableGuid
- The ID of the tenant to use for the token.
Return Value
StringThe trusted access token.
Exceptions
See Also