libgit2_d.credential_helpers

Undocumented in source.

Members

Functions

git_credential_userpass
int git_credential_userpass(libgit2_d.credential.git_credential** out_, const(char)* url, const(char)* user_from_url, uint allowed_types, void* payload)

Stock callback usable as a git_credential_acquire_cb. This calls git_cred_userpass_plaintext_new unless the protocol has not specified git_credential_t.GIT_CREDENTIAL_USERPASS_PLAINTEXT as an allowed type.

Structs

git_credential_userpass_payload
struct git_credential_userpass_payload

Payload for git_credential_userpass_plaintext.

Meta