[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:
basyskom-dege
2021-01-25 11:26:47 +01:00
committed by GitHub
parent 55a21bc4fb
commit c55bee1273
2 changed files with 7 additions and 3 deletions

View File

@@ -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