Configurable options.
#include <ids.h>
typedef enum {
IDS_OPT_GUI_ALLOWED = 0
IDS_OPT_GROUP_ID
IDS_OPT_VERBOSITY
} ids_option_t;
BlackBerry 10.2.0
The GUI allowed flag can have a value of "true" or "false". By default, in cases where user input is required, the identity provider performs the user interaction on behalf of the calling application. If the GUI allowed flag is set to false, and user input is required, the API returns an error. If user interaction is not required to complete the API, this setting has no effect. Not all identity providers require/support this option.
The group ID accepts a string version of UI group id. This is required in cases where the identity provider requires user input and must open an interface in the context of the calling application. Not all identity providers require/support this option.
These options can be set using the ids_set_option() function.