git_credential_default_new

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

extern (C) nothrow @nogc
int
git_credential_default_new

Parameters

out_ .git_credential**

The newly created credential object.

Return Value

Type: int

0 for success or an error code for failure

Meta