SoupAuthClass

Members

Variables

authenticate
void function(SoupAuth* auth, const(char)* username, const(char)* password) authenticate;
canAuthenticate
bool function(SoupAuth* auth) canAuthenticate;
getAuthorization
char* function(SoupAuth* auth, SoupMessage* msg) getAuthorization;
getProtectionSpace
GSList* function(SoupAuth* auth, GUri* sourceUri) getProtectionSpace;
isAuthenticated
bool function(SoupAuth* auth) isAuthenticated;
isReady
bool function(SoupAuth* auth, SoupMessage* msg) isReady;
padding
void*[6] padding;
parentClass
GObjectClass parentClass;
schemeName
const(char)* schemeName;
strength
uint strength;
update
bool function(SoupAuth* auth, SoupMessage* msg, GHashTable* authHeader) update;