git_credential_userpass_plaintext_new

Create a new plain-text username and password credential object. The supplied credential parameter will be internally duplicated.

@param out_ The newly created credential object. @param username The username of the credential. @param password The password of the credential. @return 0 for success or an error code for failure

extern (C) nothrow @nogc
int
git_credential_userpass_plaintext_new
(,
const(char)* username
,
const(char)* password
)

Meta