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 AuthDomainGenericAuthCallback.
Parameters
msg |
SoupServerMessage |
A |
|
The data is owned by the caller of the function. | |
username |
const char* |
A username. |
|
The data is owned by the caller of the function. | |
The string is a NUL terminated UTF-8 string. | |
password |
const char* |
A password. |
|
The data is owned by the caller of the function. | |
The string is a NUL terminated UTF-8 string. |