Method
SoupAuthDomaincheck_password
Declaration [src]
gboolean
soup_auth_domain_check_password (
SoupAuthDomain* domain,
SoupServerMessage* msg,
const char* username,
const char* password
)
Description [src]
Checks if msg
authenticates to domain
via username
and
password
.
This would normally be called from a
SoupAuthDomainGenericAuthCallback
.
Parameters
msg
-
Type:
SoupServerMessage
A
SoupServerMessage
.The data is owned by the caller of the function. username
-
Type:
const char*
A username.
The data is owned by the caller of the function. The value is a NUL terminated UTF-8 string. password
-
Type:
const char*
A password.
The data is owned by the caller of the function. The value is a NUL terminated UTF-8 string.