Sinch SDK - How to logout user?

后端 未结 1 1117
醉梦人生
醉梦人生 2021-01-14 00:44

I\'m using Sinch SDK for instant messaging. How to logout user? I have button to logout user, but can\'t implement that feature in Sinch SDK. Neither their docs or samples d

相关标签:
1条回答
  • 2021-01-14 01:21

    The sinch client does not have a logout, we consider mobile users to be "online" what you can do if you i.e don't want to receive more push messages is to unregister push data, and if you are not using push, just stop the client. We are using delegated security so if you tell us Joe is logged in with you key and secret we trust that you have verified the user.

    0 讨论(0)
提交回复
热议问题