module Agate::Credentials

Overview

Credential types for authenticating with remotes.

Defined in:

agate/credentials.cr

Class Method Summary

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:


[View source]