Auth.this

this(void * ptr, Flag!"Take" take)
No documentation available for this declaration.
this(gobject.types.GType type, soup.message.Message msg, string authHeader)

Creates a new #SoupAuth of type type with the information from msg and auth_header.

This is called by classSession; you will normally not create auths yourself.

Parameters

typethe type of auth to create (a subtype of #SoupAuth)
msgthe #SoupMessage the auth is being created for
authHeaderthe WWW-Authenticate/Proxy-Authenticate header

Returns

the new #SoupAuth, or null if it could

not be created