git_credential_ssh_custom

A key with a custom signature function

Members

Variables

parent
.git_credential parent;

The parent credential

payload
void* payload;

Payload passed to prompt_callback

publickey
char* publickey;

The public key data

publickey_len
size_t publickey_len;

Length of the public key

sign_callback
libgit2_d.credential.git_credential_sign_cb sign_callback;

Callback used to sign the data.

username
char* username;

The username to authenticate as

Meta