Struct git2::CredentialHelper [−][src]
Expand description
Management of the gitcredentials(7) interface.
Fields
username: Option<String>
A public field representing the currently discovered username from configuration.
Implementations
Create a new credential helper object which will be used to probe git’s local credential configuration.
The url specified is the namespace on which this will query credentials. Invalid urls are currently ignored.
Set the username that this credential helper will query with.
By default the username is None
.
Query the specified configuration object to discover commands to execute, usernames to query, etc.