Method

SoupAuthauthenticate

Declaration [src]

void
soup_auth_authenticate (
  SoupAuth* auth,
  const char* username,
  const char* password
)

Description [src]

Call this on an auth to authenticate it.

Normally this will cause the auth’s message to be requeued with the new authentication info.

Parameters

username

Type: const char*

The username provided by the user or client.

The data is owned by the caller of the function.
The value is a NUL terminated UTF-8 string.
password

Type: const char*

The password provided by the user or client.

The data is owned by the caller of the function.
The value is a NUL terminated UTF-8 string.