Typedefs in
ids.h
ids_request_id_t
Unique identifier for a request to an application to easily correlate the request with the response.
ids_result_t
IDS result codes returned to the application.
ids_provider_t
An opaque handle that the IDS library uses to maintain information related to a specific identity provider.
ids_token_param_t
Additional information for token parameters.
ids_property_t
The property value associated with an identity.
ids_data_t
A generic data container for use with identity providers' data storage.
get_token_cb_t
The success callback function for
ids_get_token()
clear_token_cb_t
The success callback function for
ids_clear_token()
get_properties_cb_t
The success callback function for
ids_get_properties()
get_data_cb_t
The success callback function for
ids_get_data()
list_cb_t
The success callback function for
ids_list_data()
challenge_cb_t
The success callback function for
ids_challenge()
success_cb_t
The success callback function for requests that do not have data to return to the calling application.
notify_cb_t
The function that is executed to notify that a change was detected for the given entry.
failure_cb_t
The failure callback function.
ids_option_t
Configurable options.
Parent topic:
Identity services (ids.h)