API: kyvos.logout
This event will require Kyvos to log out.
Interface
{
"msgId": "",
"msgName": "kyvos.logout"
}Event: kyvos.logout
This event is triggered to inform the host application about the logout status of Kyvos.
{
"msgId": "",
"msgName": "kyvos.logout"
"payload": {
"info": {
"status": "success/failure/pending"
}
}
}