:right-sidebar: True AskPasswordFlags =================================================================== .. currentmodule:: gi.repository.Gio .. class:: AskPasswordFlags :no-contents-entry: :obj:`~gi.repository.Gio.AskPasswordFlags` are used to request specific information from the user, or to notify the user of their choices in an authentication situation. Fields ------ .. rst-class:: interim-class .. class:: AskPasswordFlags :no-index: .. attribute:: ANONYMOUS_SUPPORTED Operation supports anonymous users. .. attribute:: NEED_DOMAIN Operation requires a domain. .. attribute:: NEED_PASSWORD Operation requires a password. .. attribute:: NEED_USERNAME Operation requires a username. .. attribute:: SAVING_SUPPORTED Operation supports saving settings. .. attribute:: TCRYPT Operation takes TCRYPT parameters (Since: 2.58)