Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
qtoauth
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Jesus Fernandez
qtoauth
Merge requests
!2
Google calendar example
Code
Review changes
Check out branch
Download
Patches
Plain diff
Closed
Google calendar example
qtgcal
into
master
Overview
0
Commits
4
Changes
9
Closed
Jesus Fernandez
requested to merge
qtgcal
into
master
8 years ago
Overview
0
Commits
4
Changes
9
Expand
0
0
Merge request reports
Compare
master
master (base)
and
latest version
latest version
b476f7f1
4 commits,
8 years ago
9 files
+
196
−
20
Side-by-side
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
9
Search (e.g. *.vue) (Ctrl+P)
QtOAuth/private/qabstractoauth2_p.h
+
2
−
0
Options
@@ -81,10 +81,12 @@ public:
@@ -81,10 +81,12 @@ public:
QAbstractOAuth2
::
Credential
token
;
QAbstractOAuth2
::
Credential
token
;
QString
scope
;
QString
scope
;
QString
userAgent
=
"qoauth/0.1"
;
QString
userAgent
=
"qoauth/0.1"
;
const
QString
bearerFormat
=
QStringLiteral
(
"Bearer %1"
);
struct
OAuth2KeyString
struct
OAuth2KeyString
{
{
static
const
QString
accessToken
;
static
const
QString
accessToken
;
static
const
QString
apiKey
;
static
const
QString
clientId
;
static
const
QString
clientId
;
static
const
QString
code
;
static
const
QString
code
;
static
const
QString
error
;
static
const
QString
error
;
Loading