MCPcopy Create free account
hub / github.com/libgit2/git2go / CredentialType

TypeAlias CredentialType

credentials.go:27–27  ·  view source on GitHub ↗

CredentialType is a bitmask of supported credential types. This represents the various types of authentication methods supported by the library.

Source from the content-addressed store, hash-verified

25// This represents the various types of authentication methods supported by the
26// library.
27type CredentialType uint
28
29const (
30 CredentialTypeUserpassPlaintext CredentialType = C.GIT_CREDENTIAL_USERPASS_PLAINTEXT

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected