GetLogOnTokenResultData Class

Describes the result of an attempt to create a logon token, represents GetLogOnTokenResult.
Inheritance Hierarchy
SystemObject
  Dundas.BI.WebApi.ModelsGetLogOnTokenResultData

Namespace: Dundas.BI.WebApi.Models
Assembly: Dundas.BI.WebApiCore (in Dundas.BI.WebApiCore.dll) Version: 2.0.0.0 (26.2.0.1000)
Syntax
[DataContractAttribute]
public class GetLogOnTokenResultData

The GetLogOnTokenResultData type exposes the following members.

Constructors
 NameDescription
Public methodGetLogOnTokenResultDataInitializes a new instance of the GetLogOnTokenResultData class
Top
Properties
 NameDescription
Public propertyAdditionalDetailsGets additional details about the authentication failure.
Public propertyData Gets additional data associated with the authentication operation.
Public propertyLogOnFailureReason Gets the reason why authentication failed.
Public propertyLogOnToken Gets the ID of the logon token associated with the operation, if it was successful.
Public propertyMessage Gets a friendly message describing the failure reason.
Top
Methods
 NameDescription
Public methodStatic memberToDataContractMappings The mapping between GetLogOnTokenResult and GetLogOnTokenResultData.
Top
See Also