The success callback function for requests that do not have data to return to the calling application.
#include <ids.h>
typedef void(* success_cb_t)(ids_request_id_t request_id, void *cb_data);
The request id that matches the one returned during the request.
The cb_data pointer passed during the request.
BlackBerry 10.2.0
This represents the successful completion of the request by the identity provider.