We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d844808 + 317d74b commit 73a6e3cCopy full SHA for 73a6e3c
Documentation/technical/api-credentials.txt
@@ -65,7 +65,10 @@ Data Structures
65
The `helpers` member of the struct is a `string_list` of helpers. Each
66
string specifies an external helper which will be run, in order, to
67
either acquire or store credentials. See the section on credential
68
-helpers below.
+helpers below. This list is filled-in by the API functions
69
+according to the corresponding configuration variables before
70
+consulting helpers, so there usually is no need for a caller to
71
+modify the helpers field at all.
72
+
73
This struct should always be initialized with `CREDENTIAL_INIT` or
74
`credential_init`.
0 commit comments