Searched refs:showLoginPromptAsync (Results 1 – 3 of 3) sorted by relevance
4 import { showLoginPromptAsync } from '../actions';29 describe(showLoginPromptAsync, () => {57 await showLoginPromptAsync();78 await showLoginPromptAsync({ username: 'hello', password: 'world' });87 await showLoginPromptAsync({ username: 'hello', password: 'world', sso: false });99 await showLoginPromptAsync({ username: 'hello', password: 'world' });106 await showLoginPromptAsync({ username: 'hello', password: 'world', sso: true });
39 const { showLoginPromptAsync } = await import('../api/user/actions.js'); constant40 return showLoginPromptAsync({
14 export async function showLoginPromptAsync({ function100 await showLoginPromptAsync({ printNewLine: true });