Method
SoupAuthget_authorization
Declaration [src]
char*
soup_auth_get_authorization (
SoupAuth* auth,
SoupMessage* msg
)
Description [src]
Generates an appropriate “Authorization” header for msg
.
(The session will only call this if soup_auth_is_authenticated()
returned
TRUE
.)
Parameters
msg |
SoupMessage |
The |
|
The data is owned by the caller of the function. |