Searched refs:logoutAsync (Results 1 – 3 of 3) sorted by relevance
27 const { logoutAsync } = await import('../api/user/user.js'); constant28 return logoutAsync().catch(logCmdError);
17 logoutAsync,158 describe(logoutAsync, () => {165 await logoutAsync();176 await logoutAsync();
93 export async function logoutAsync(): Promise<void> { function