libgit2

git_credential_userpass_plaintext

Version:

A plaintext username and password

Signature

typedef struct git_credential_userpass_plaintext { git_credential parent char *username char *password };

Members

parent

The parent credential

char *
username

The username to authenticate as

char *
password

The password to use

Versions