Torc  0.1
torcwebsockettoken.h
Go to the documentation of this file.
1 #ifndef TORCWEBSOCKETTOKEN_H
2 #define TORCWEBSOCKETTOKEN_H
3 
4 // Torc
5 #include "torchttprequest.h"
6 
8 {
9  public:
10  static QString GetWebSocketToken(const QString &Host, const QString &Current = QString());
11 };
12 
13 #endif // TORCWEBSOCKETTOKEN_H
static QString GetWebSocketToken(const QString &Host, const QString &Current=QString())
Retrieve an authentication token for the given request or validate a current token.