challenge_cb_t

The success callback function for ids_challenge()

Synopsis:

#include <ids.h>
 
typedef void(* challenge_cb_t)(ids_request_id_t request_id, int level, void *cb_data);

Arguments:

request_id

The request id that matches the one returned during the request.

level

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.

cb_data

The cb_data pointer passed in during the request.

Since:

BlackBerry 10.2.0

Library:

libids (For the qcc command, use the -l ids option to link against this library)

Description:

The success callback function for ids_challenge()