Home
last modified time | relevance | path

Searched refs:showLoginPromptAsync (Results 1 – 3 of 3) sorted by relevance

/expo/packages/@expo/cli/src/api/user/__tests__/
H A Dactions-test.ts4 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 });
/expo/packages/@expo/cli/src/login/
H A Dindex.ts39 const { showLoginPromptAsync } = await import('../api/user/actions.js'); constant
40 return showLoginPromptAsync({
/expo/packages/@expo/cli/src/api/user/
H A Dactions.ts14 export async function showLoginPromptAsync({ function
100 await showLoginPromptAsync({ printNewLine: true });