Click or drag to resize

UserToken Class

A unique token, valid for a few hours, certifying the authentication service
Inheritance Hierarchy
SystemObject
  Aruba.Cloud.Provisioning.EntitiesUserToken

Namespace:  Aruba.Cloud.Provisioning.Entities
Assembly:  Aruba.Cloud.Provisioning.Entities (in Aruba.Cloud.Provisioning.Entities.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
[DataContractAttribute]
public class UserToken

The UserToken type exposes the following members.

Constructors
  NameDescription
Public methodUserToken
Initializes a new instance of the UserToken class
Top
Properties
  NameDescription
Public propertyAttempsLeft
Attempts left number
Public propertyToken
The token
Public propertyTokenType
Public propertyUserName
Username
Top
See Also