Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
[auth] Document cachain argument
  • Loading branch information
elpaso committed Oct 16, 2017
1 parent b3fc3a4 commit 18517b3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions python/core/auth/qgsauthconfig.sip
Expand Up @@ -309,6 +309,7 @@ class QgsPkiConfigBundle
\param config Authentication method configuration
\param cert Certificate to store in bundle
\param certkey Private key to store in bundle
\param cachain list of CA certificates
%End

bool isValid();
Expand Down
1 change: 1 addition & 0 deletions src/core/auth/qgsauthconfig.h
Expand Up @@ -264,6 +264,7 @@ class CORE_EXPORT QgsPkiConfigBundle
* \param config Authentication method configuration
* \param cert Certificate to store in bundle
* \param certkey Private key to store in bundle
* \param cachain list of CA certificates
*/
QgsPkiConfigBundle( const QgsAuthMethodConfig &config,
const QSslCertificate &cert,
Expand Down

0 comments on commit 18517b3

Please sign in to comment.