[Qt][C++] Oauth2 Authorization Code Flow and Implicit Flow Support. (#10183)

* Oauth class with reply server for authorization flow

* multiple scopes. Joined with space seperator

* some refactoring, using urls from the spec

* added implicit flow. Refactored oauth classes.

* added missing {{prefix}} to Oauth class

* added client credentials flow

* added password flow. setVariables for each class

* Refactored variables to fit style. Updated Samples
This commit is contained in:
basyskom-dege
2021-11-14 16:16:29 +01:00
committed by GitHub
parent e7c3bdacc2
commit f596b32316
17 changed files with 1770 additions and 9 deletions

View File

@@ -11,6 +11,8 @@ client/PFXHttpFileElement.cpp
client/PFXHttpFileElement.h
client/PFXHttpRequest.cpp
client/PFXHttpRequest.h
client/PFXOauth.cpp
client/PFXOauth.h
client/PFXObject.h
client/PFXOrder.cpp
client/PFXOrder.h