SessionTokenOptions Class

The options class used for getting a session token.
Inheritance Hierarchy
SystemObject
  Dundas.BI.WebApi.ModelsSessionTokenOptions

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

The SessionTokenOptions type exposes the following members.

Constructors
  NameDescription
Public methodSessionTokenOptions
Initializes a new instance of the SessionTokenOptions class
Top
Properties
  NameDescription
Public propertySessionId
Gets or sets the session ID corresponding to the session token request.
Public propertyTokenLifetime
Gets or sets the lifetime for the token.
Top
See Also