The success callback function for ids_challenge()
#include <ids.h>
typedef void(* challenge_cb_t)(ids_request_id_t request_id, int level, void *cb_data);
The request id that matches the one returned during the request.
Indicates the level of assurance of the successful challenge completed. See the specific identity provider's documentation for additional information on the values that can be returned.
The cb_data pointer passed in during the request.
BlackBerry 10.2.0
The success callback function for ids_challenge()