libgit2

git_credential_default_new

Version:

Create a "default" credential usable for Negotiate mechanisms like NTLM or Kerberos authentication.

Signature

int git_credential_default_new(git_credential **out);

Parameters

In
out

The newly created credential object.

Returns

int

0 for success or an error code for failure

Versions