Torc  0.1
Public Member Functions | Public Attributes | List of all members
WebSocketAuthentication Class Reference

A simple container for authenticaion tokens. More...

Public Member Functions

 WebSocketAuthentication ()
 
 WebSocketAuthentication (quint64 Timestamp, const QString &Host)
 

Public Attributes

quint64 m_timeStamp
 
QString m_host
 

Detailed Description

A simple container for authenticaion tokens.

Definition at line 33 of file torcwebsockettoken.cpp.

Constructor & Destructor Documentation

WebSocketAuthentication::WebSocketAuthentication ( )
inline

Definition at line 36 of file torcwebsockettoken.cpp.

WebSocketAuthentication::WebSocketAuthentication ( quint64  Timestamp,
const QString &  Host 
)
inline

Definition at line 41 of file torcwebsockettoken.cpp.

Member Data Documentation

QString WebSocketAuthentication::m_host

Definition at line 48 of file torcwebsockettoken.cpp.

quint64 WebSocketAuthentication::m_timeStamp

Definition at line 47 of file torcwebsockettoken.cpp.


The documentation for this class was generated from the following file: