libgit2

git_cred_default_new

Version:

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

Signature

int git_cred_default_new(git_cred **out);

Parameters

In
out

Returns

int

0 for success or an error code for failure

Versions