This logout endpoint terminates the current session. As a result, the customer's authentication will be terminated, and it will be required to obtain a new access token in order to make further API calls.The logout endpoint has been implemented in the Login Web Component, and It's all setup to save developer's time and effort. Response#
Usage#
The method logout()
can be called in order to process the logout request. It does not require any input.Events#
The logout process may trigger two events during the login process, onLoggedOut and onFailedLogout.onLoggedOut#
This event will be triggered when the logout process is completed successfully without errors.onFailedLogout#
This event will be triggered when the logout process is not completed, and an error has occurred. 
扫码加入 Apifox 微信交流群
在这里,获得 Apifox 使用上的任何帮助,快速上手让你的研测效率得到大幅提升

扫码加入交流群Modified at 2025-02-20 07:53:20