UiPolicy
Description:
[ CCode ( cprefix = "GSIGNOND_UI_POLICY_" , has_type_id = false ) ]
public enum UiPolicy
Policy setting to define how plugins should handle interaction with the user.
Content:
Enum values:
- DEFAULT - use a default user
interaction scenario
- NO_USER_INTERACTION -
force no interaction with the user
- REQUEST_PASSWORD - force an
authorization request from the user; any cached access tokens should be discarded by the plugin.
- VALIDATION - interaction with the
user is only allowed for validation captchas and similar security measures