Searched defs:git_credential_userpass_plaintext (Results 1 – 2 of 2) sorted by relevance
33 struct git_credential_userpass_plaintext { struct34 git_credential parent; /**< The parent credential */35 char *username; /**< The username to authenticate as */36 char *password; /**< The password to use */
86 typedef struct git_credential_userpass_plaintext git_credential_userpass_plaintext; typedef