git_credential_username_new

Create a credential to specify a username.

This is used with ssh authentication to query for the username if none is specified in the url.

@param out_ The newly created credential object. @param username The username to authenticate with @return 0 for success or an error code for failure

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

Meta