File indexing completed on 2025-01-19 03:55:39

0001 #ifndef O2MSGRAPH_H
0002 #define O2MSGRAPH_H
0003 
0004 #include "o0export.h"
0005 #include "o2.h"
0006 
0007 /// Microsoft Graph's dialect of OAuth 2.0
0008 class O0_EXPORT O2Msgraph: public O2 {
0009     Q_OBJECT
0010 
0011 public:
0012     explicit O2Msgraph(QObject *parent = 0);
0013 };
0014 
0015 #endif // O2MSGRAPH_H