4.5 Logout
To logout a user, use logout
function. This function can be used at the time of logging out of app.
The function takes the following parameters :
sessionId : Unique SessionId which is received in the login function response.
#include "BayunCore.h"
bayunCore->logout("<sessionId>")
Last updated
Was this helpful?