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: SoupServerMessageA SoupServerMessage.The data is owned by the caller of the method. 
- username
- 
            Type: const char*A username. The data is owned by the caller of the method. The value is a NUL terminated UTF-8 string. 
- password
- 
            Type: const char*A password. The data is owned by the caller of the method. The value is a NUL terminated UTF-8 string.