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 (26.2.0.1000)
Syntax
[DataContractAttribute]
public class SessionTokenOptions

The SessionTokenOptions type exposes the following members.

Constructors
 NameDescription
Public methodSessionTokenOptionsInitializes a new instance of the SessionTokenOptions class
Top
Properties
 NameDescription
Public propertySessionIdGets or sets the session ID corresponding to the session token request.
Public propertyTokenLifetimeGets or sets the lifetime for the token.
Top
See Also