MCPcopy Create free account
hub / github.com/apache/cloudstack / logout

Function logout

ui/src/api/index.js:110–117  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

108}
109
110export async function logout () {
111 const result = await postAPI('logout').finally(() => {
112 sourceToken.cancel()
113 message.destroy()
114 notification.destroy()
115 })
116 return result
117}
118
119export function oauthlogin (arg) {
120 if (!sourceToken.checkExistSource()) {

Callers 1

LogoutFunction · 0.90

Calls 3

postAPIFunction · 0.85
cancelMethod · 0.65
destroyMethod · 0.65

Tested by

no test coverage detected