CredentialsPrompterPromptFlags
Description:
[ CCode ( cprefix = "E_CREDENTIALS_PROMPTER_PROMPT_FLAG_" , has_type_id = false ) ]
[ Flags ]
[ Version ( since = "3.16" ) ]
public enum CredentialsPrompterPromptFlags
Content:
Enum values:
- ALLOW_SOURCE_SAVE -
If set, any source changes during the credentials prompts, like the "remember-password" or user name
changes, will be automatically stored in the source (written on the disk).
- ALLOW_STORED_CREDENTIALS -
If set, the stored credentials will be returned first.
- NONE - No flag is set.