libgit2-d v0.0.1 (2020-03-14T04:41:16Z)
Home
Dub
Repo
git_credential_ssh_interactive_cb
libgit2_d
credential
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
extern (
C
) nothrow @
nogc
alias
git_credential_ssh_interactive_cb
=
void
function
(
const
(
char
)*
name
,
int
name_len
,
const
(
char
)*
instruction
,
int
instruction_len
,
int
num_prompts
,
const
(.
LIBSSH2_USERAUTH_KBDINT_PROMPT
)*
prompts
,
.
LIBSSH2_USERAUTH_KBDINT_RESPONSE
*
responses
,
void
**
abstract_
)
Meta
Source
See Implementation
libgit2_d
credential
aliases
LIBSSH2_SESSION
LIBSSH2_USERAUTH_KBDINT_PROMPT
LIBSSH2_USERAUTH_KBDINT_RESPONSE
git_credential
git_credential_acquire_cb
git_credential_default
git_credential_sign_cb
git_credential_ssh_custom
git_credential_ssh_interactive
git_credential_ssh_interactive_cb
git_credential_ssh_key
git_credential_username
git_credential_userpass_plaintext
enums
git_credential_t
functions
git_credential_default_new
git_credential_free
git_credential_get_username
git_credential_has_username
git_credential_ssh_custom_new
git_credential_ssh_interactive_new
git_credential_ssh_key_from_agent
git_credential_ssh_key_memory_new
git_credential_ssh_key_new
git_credential_username_new
git_credential_userpass_plaintext_new
structs
_LIBSSH2_SESSION
_LIBSSH2_USERAUTH_KBDINT_PROMPT
_LIBSSH2_USERAUTH_KBDINT_RESPONSE