:right-sidebar: True AuthManager =================================================================== .. currentmodule:: gi.repository.Soup .. class:: AuthManager(**properties: ~typing.Any) :no-contents-entry: Superclasses: :class:`~gi.repository.GObject.Object` Implemented Interfaces: :class:`~gi.repository.Soup.SessionFeature` :Constructors: :: AuthManager(**properties) Methods ------- .. rst-class:: interim-class .. class:: AuthManager :no-index: .. method:: clear_cached_credentials() -> None Clear all credentials cached by ``manager``. .. method:: use_auth(uri: ~gi.repository.GLib.Uri, auth: ~gi.repository.Soup.Auth) -> None Records that ``auth`` is to be used under ``uri``, as though a WWW-Authenticate header had been received at that URI. This can be used to "preload" ``manager``'s auth cache, to avoid an extra HTTP round trip in the case where you know ahead of time that a 401 response will be returned. This is only useful for authentication types where the initial Authorization header does not depend on any additional information from the server. (Eg, Basic or NTLM, but not Digest.) :param uri: the :obj:`~gi.repository.GLib.Uri` under which ``auth`` is to be used :param auth: the :obj:`~gi.repository.Soup.Auth` to use