Click or drag to resize

AuthTicket Class

Authentication ticket.
Inheritance Hierarchy
SystemObject
  FRAM.WcfService.Public.ModelsAuthTicket

Namespace: FRAM.WcfService.Public.Models
Assembly: FRAM.WcfService.Public (in FRAM.WcfService.Public.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public class AuthTicket

The AuthTicket type exposes the following members.

Constructors
 NameDescription
Public methodAuthTicketInitializes a new instance of the AuthTicket class
Top
Properties
 NameDescription
Public propertyCountyCode County code.
Required.

E.g. 1 for Stockholms län.
Public propertyToken Token.
Required.

E.g. zyRoOpWE1343l1Q.
Public propertyUsername Username.
Required.

E.g. test@testsson.se.
Top
See Also