<linkrel="prev"href="WebKitWebView.html"title="The main frame document title of this #WebKitWebView. If the title has not been received yet, it will be %NULL.">
<p>Determine whether the authentication method associated with this
<aclass="link"href="WebKitAuthenticationRequest.html"title="WebKitAuthenticationRequest"><spanclass="type">WebKitAuthenticationRequest</span></a> should allow the storage of credentials.
This will return <ahref="../glib/glib-Standard-Macros.html#FALSE:CAPS"><codeclass="literal">FALSE</code></a> if WebKit doesn't support credential storing
or if private browsing is enabled.</p>
This will return <ahref="../glib/glib-Standard-Macros.html#FALSE:CAPS"><codeclass="literal">FALSE</code></a> if WebKit doesn't support credential storing,
if private browsing is enabled, or if persistent credential storage has been
disabled in <aclass="link"href="WebKitWebsiteDataManager.html"title="WebKitWebsiteDataManager"><spanclass="type">WebKitWebsiteDataManager</span></a>, unless credentials saving has been
explicitly enabled with <aclass="link"href="WebKitAuthenticationRequest.html#webkit-authentication-request-set-can-save-credentials"title="webkit_authentication_request_set_can_save_credentials ()"><codeclass="function">webkit_authentication_request_set_can_save_credentials()</code></a>.</p>
<p>Set the <aclass="link"href="WebKitAuthenticationRequest.html#WebKitCredential"><spanclass="type">WebKitCredential</span></a> of the proposed authentication challenge that was
stored from a previous session. This should only be used by applications handling
their own credential storage. (When using the default WebKit credential storage,
<tdclass="parameter_description"><p>a <aclass="link"href="WebKitAuthenticationRequest.html#WebKitCredential"><spanclass="type">WebKitCredential</span></a>, or <ahref="../glib/glib-Standard-Macros.html#NULL:CAPS"><codeclass="literal">NULL</code></a></p></td>