File indexing completed on 2025-01-19 03:55:39
0001 #ifndef O2GOOGLEDEVICE_H 0002 #define O2GOOGLEDEVICE_H 0003 0004 #include "o0export.h" 0005 #include "o2.h" 0006 0007 /// "Google Sign-In for TVs and Devices", 0008 /// A dialect of RFC 8628: OAuth 2.0 Device Authorization Grant 0009 class O0_EXPORT O2GoogleDevice : public O2 { 0010 Q_OBJECT 0011 0012 public: 0013 explicit O2GoogleDevice(QObject *parent = 0); 0014 }; 0015 0016 #endif // O2GOOGLEDEVICE_H