module
Agate::Credentials
Overview
Credential types for authenticating with remotes.
Defined in:
agate/credentials.crClass Method Summary
-
.callback : Proc(Pointer(C::GitCredential), Pointer(LibC::Char), Pointer(LibC::Char), UInt32, Pointer(Void), Int32)
Internal: C callback function for credential acquisition.
Class Method Detail
def self.callback : Proc(Pointer(C::GitCredential), Pointer(LibC::Char), Pointer(LibC::Char), UInt32, Pointer(Void), Int32)
#
Internal: C callback function for credential acquisition. This is passed to libgit2 via the remote_callbacks struct. The payload is a boxed Provider. :nodoc: