mirror of
https://github.com/OpenAPITools/openapi-generator.git
synced 2025-12-10 09:26:11 +00:00
[Qt][C++] Updated cpp-qt5-client doc (#8251)
* Update cpp-qt5-client.md Added missing security feature support in the documentation * added missing security features in doc
This commit is contained in:
@@ -232,10 +232,10 @@ These options may be applied as additional-properties (cli) or configOptions (pl
|
||||
### Security Feature
|
||||
| Name | Supported | Defined By |
|
||||
| ---- | --------- | ---------- |
|
||||
|BasicAuth|✗|OAS2,OAS3
|
||||
|ApiKey|✗|OAS2,OAS3
|
||||
|BasicAuth|✓|OAS2,OAS3
|
||||
|ApiKey|✓|OAS2,OAS3
|
||||
|OpenIDConnect|✗|OAS3
|
||||
|BearerToken|✗|OAS3
|
||||
|BearerToken|✓|OAS3
|
||||
|OAuth2_Implicit|✗|OAS2,OAS3
|
||||
|OAuth2_Password|✗|OAS2,OAS3
|
||||
|OAuth2_ClientCredentials|✗|OAS2,OAS3
|
||||
|
||||
Reference in New Issue
Block a user