Files @ 7291e4c1ca28
Branch filter:

Location: libtransport.git/3rdparty/o2/src/o2hubic.h

Jan Kaluza
Add 3rdparty oauth 2 library
#ifndef O2HUBIC_H
#define O2HUBIC_H

#include "o2.h"

/// Hubic's dialect of OAuth 2.0
class O2Hubic: public O2 {
    Q_OBJECT

public:
    /// Constructor.
    /// @param  parent  Parent object.
    explicit O2Hubic(QObject *parent = 0);

};

#endif // O2_HUBIC