mirror of
https://github.com/OpenAPITools/openapi-generator.git
synced 2025-12-11 07:22:50 +00:00
[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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user