Gio.AskPasswordFlags

Gio.AskPasswordFlags are used to request specific information from the user, or to notify the user of their choices in an authentication situation.

AskPasswordFlags.NEED_PASSWORD

operation requires a password.

AskPasswordFlags.NEED_USERNAME

operation requires a username.

AskPasswordFlags.NEED_DOMAIN

operation requires a domain.

AskPasswordFlags.SAVING_SUPPORTED

operation supports saving settings.

AskPasswordFlags.ANONYMOUS_SUPPORTED

operation supports anonymous users.