Module gix_credentials::program
source · Expand description
Modules
Enums
- The kind of helper program to use.
Functions
- Invoke a custom credentials helper which receives program
args, with the first argument being the action to perform (as opposed to the program name). Then read context information fromstdinand if the action isAction::Get, then write the result tostdout.credentialsis the API version of such call, whereOk(Some(context))returns credentials, andOk(None)indicates no credentials could be found forurl, which is always set when called.