typedef void (*SilcConnAuthCompletion)(SilcConnAuth connauth, SilcBool success, void *context);
Completion callback called to indicated the result of the connection authentication protocol. If the `success' is FALSE the authentication was a failure. The authentication protocol is over after this callback is called.