Open this page in the API Guide

LogOnController.GetLogOnToken Method

Gets the log on token.

Namespace:  Dundas.BI.WebApi.Controllers
Assembly:  Dundas.BI.WebApi (in Dundas.BI.WebApi.dll) Version: 2.0.0.0 (25.2.0.1000)
Syntax
[HttpPostAttribute("Token")]
[ProducesResponseTypeAttribute(401)]
[ProducesResponseTypeAttribute(405)]
public ActionResult<GetLogOnTokenResultData> GetLogOnToken(
	[FromBodyAttribute] LogOnTokenOptions options
)

Parameters

options
Type: Dundas.BI.WebApi.Models.LogOnTokenOptions
The options for getting the log on token (credentials, token, name/password, windows log on).

Return Value

Type: ActionResult<GetLogOnTokenResultData>
The operation completed successfully. The payload contains a GetLogOnTokenResultData object.
See Also