CredAcquireCallback


Description:

[ CCode ( instance_pos = 4.9 ) ]
public delegate int CredAcquireCallback (string url, string? username_from_url, uint allowed_types, owned Cred cred)

Signature of a function which acquires a credential object.

Parameters:

url

the resource for which we are demanding a credential.

username_from_url

The username that was embedded in a "user@host" remote url, or NULL if not included.

allowed_types

a bitmask stating which cred types are OK to return.

cred

newly created credential object.

user_data

user-supplied data.


Namespace: Ggit