git_credential_userpass_plaintext

A plaintext username and password

package extern (C) nothrow @nogc
struct git_credential_userpass_plaintext {}

Members

Variables

parent
.git_credential parent;

The parent credential

password
char* password;

The password to use

username
char* username;

The username to authenticate as

Meta