SessionController.GetDataDiscoveryToken Method |
Gets a data discovery trusted access token for the current user session.
Namespace:
Dundas.BI.WebApi.Controllers
Assembly:
Dundas.BI.WebApi (in Dundas.BI.WebApi.dll) Version: 2.0.0.0 (25.2.0.1000)
Syntax[HttpGetAttribute("DataDiscoveryToken")]
[ProducesResponseTypeAttribute(440)]
public ActionResult<string> GetDataDiscoveryToken()
<HttpGetAttribute("DataDiscoveryToken")>
<ProducesResponseTypeAttribute(440)>
Public Function GetDataDiscoveryToken As ActionResult(Of String)
public:
[HttpGetAttribute(L"DataDiscoveryToken")]
[ProducesResponseTypeAttribute(440)]
ActionResult<String^>^ GetDataDiscoveryToken()
[<HttpGetAttribute("DataDiscoveryToken")>]
[<ProducesResponseTypeAttribute(440)>]
member GetDataDiscoveryToken : unit -> ActionResult<string>
Return Value
Type:
ActionResult<String>The operation completed successfully. The payload contains a
String object.
See Also