You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// TODO: setScope() is deprecated in Qt6; migrate to requestedScopeTokens property instead
#endif
// Set scope - use the scope setter which accepts a space-separated string
// TODO: setScope() is deprecated in Qt6; migrate to requestedScopeTokens property instead
m_oauth->setScope(SCOPE);
// Set credentials if available
via/src/auth/GoogleAuthManager.cpp
Line 83 in c02c661