diff options
| author | Juha Vuolle <juha.vuolle@qt.io> | 2024-05-27 15:09:16 +0300 |
|---|---|---|
| committer | Juha Vuolle <juha.vuolle@qt.io> | 2024-05-28 07:29:17 +0300 |
| commit | 019f2201c66e62a85e8536351a4a0751f12705fc (patch) | |
| tree | a1fde6df88ec8fb649cc5735c5615aaa2402e212 /src/oauth/qoauth2authorizationcodeflow.cpp | |
| parent | 15d779b3a682226bb95ec755f18d9701c2813806 (diff) | |
Clarify that reply handler is required for authorization code flow
Task-number: QTBUG-124326
Change-Id: I2d9443b9356264e5089f490a0c75a939ce24d14d
Reviewed-by: Ivan Solovev <ivan.solovev@qt.io>
Diffstat (limited to 'src/oauth/qoauth2authorizationcodeflow.cpp')
| -rw-r--r-- | src/oauth/qoauth2authorizationcodeflow.cpp | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/oauth/qoauth2authorizationcodeflow.cpp b/src/oauth/qoauth2authorizationcodeflow.cpp index 3811f5c..e780335 100644 --- a/src/oauth/qoauth2authorizationcodeflow.cpp +++ b/src/oauth/qoauth2authorizationcodeflow.cpp @@ -38,6 +38,10 @@ using namespace Qt::StringLiterals; {Authorization Code Grant} flow, which is used both to obtain and to refresh access tokens. It is a redirection-based flow so the user will need access to a web browser. + + As a redirection-based flow this class requires a proper + reply handler to be set. See \l {Qt OAuth2 Overview}, + QOAuthHttpServerReplyHandler, and QOAuthUriSchemeReplyHandler. */ /*! |
