can_save_credentials


Description:

[ Version ( since = "2.2" ) ]
public bool can_save_credentials ()

Determine whether this AuthenticationRequest should allow the storage of credentials.

Determine whether the authentication method associated with this AuthenticationRequest should allow the storage of credentials. This will return false if WebKit doesn't support credential storing, if private browsing is enabled, or if persistent credential storage has been disabled in WebsiteDataManager, unless credentials saving has been explicitly enabled with set_can_save_credentials.

Parameters:

this

a AuthenticationRequest

Returns:

true if WebKit can store credentials or false otherwise.