The types for challenge requests for BlackBerry ID.
Synopsis:
enum bbid_challenge_type{
BBID_AUTHENTICATE = 0
};
Data:
- BBID_AUTHENTICATE
- Authentication challenge type.
Prompts the user to authenticate with their current password. For applications with the GUI Allowed option set, this will present the user with a pop up to confirm the password.
Library:
libids (For the qcc command, use the -l ids option to link against this library)
Description:
These are the types of challenges that are available to applications using BlackBerry ID as an identity provider. See ids_challenge().