Albert
Loading...
Searching...
No Matches
oauthconfigwidget.h
Go to the documentation of this file.
1// SPDX-FileCopyrightText: 2025 Manuel Schneider
2
3#pragma once
4#include <QString>
5#include <QWidget>
6#include <albert/export.h>
7
8namespace albert::util
9{
10class OAuth2;
11
12class ALBERT_EXPORT OAuthConfigWidget : public QWidget
13{
14public:
15
18
19private:
20
21 class Private;
22 std::unique_ptr<Private> d;
23
24};
25
26}
Provides OAuth2 authentication with support for the Authorization Code Flow with PKCE and refresh tok...
Definition oauth.h:19
Definition oauthconfigwidget.h:13
OAuthConfigWidget(albert::util::OAuth2 &oauth)
Definition backgroundexecutor.h:12