Home
last modified time | relevance | path

Searched defs:git_credential_userpass_plaintext (Results 1 – 2 of 2) sorted by relevance

/GUIX-v6.2.1/guix_studio/libs/libgit2/include/git2/sys/
Dcredential.h33 struct git_credential_userpass_plaintext { struct
34 git_credential parent; /**< The parent credential */
35 char *username; /**< The username to authenticate as */
36 char *password; /**< The password to use */
/GUIX-v6.2.1/guix_studio/libs/libgit2/include/git2/
Dcredential.h86 typedef struct git_credential_userpass_plaintext git_credential_userpass_plaintext; typedef