GAskPasswordFlags

GAskPasswordFlags are used to request specific information from the user, or to notify the user of their choices in an authentication situation. G_ASK_PASSWORD_NEED_PASSWORD operation requires a password. G_ASK_PASSWORD_NEED_USERNAME operation requires a username. G_ASK_PASSWORD_NEED_DOMAIN operation requires a domain. G_ASK_PASSWORD_SAVING_SUPPORTED operation supports saving settings. G_ASK_PASSWORD_ANONYMOUS_SUPPORTED operation supports anonymous users.

Values

ValueMeaning
NEED_PASSWORD(1 << 0)
NEED_USERNAME(1 << 1)
NEED_DOMAIN(1 << 2)
SAVING_SUPPORTED(1 << 3)
ANONYMOUS_SUPPORTED(1 << 4)

Meta