git_credential_get_username

Return the username associated with a credential object.

extern (C) nothrow @nogc
const(char)*
git_credential_get_username

Parameters

cred .git_credential*

object to check

Return Value

Type: const(char)*

the credential username, or NULL if not applicable

Meta