.. _activation-api: ########################### Appendix A - Activation API ########################### The RLM Activation API consists of eight calls: .. list-table:: * - rlm_activate() - The new, preferred activation request call. * - rlm_act_new_handle() - * - rlm_act_destroy_handle() - * - rlm_act_set_handle() - * - rlm_act_rehost_revoke() - * - rlm_act_keyinfo() - * - rlm_act_fulfill_info() - * - rlm_act_keyinfo2() - Supplies a superset of the information from either the rlm_act_keyinfo() or the rlm_act_fulfill_info() calls. In addition, the following 4 calls are now deprecated: .. list-table:: * - rlm_act_request() - The old activation request call. * - rlm_act_refresh() - * - rlm_act_revoke() - * - rlm_act_revoke_reference() - These calls are all documented in the :ref:`RLM Reference Manual `.