Home
last modified time | relevance | path

Searched refs:ssoLoginAsync (Results 1 – 5 of 5) sorted by relevance

/expo/packages/@expo/cli/src/api/user/__tests__/
H A Dactions-test.ts6 import { loginAsync, ssoLoginAsync } from '../user';
26 asMock(ssoLoginAsync).mockClear();
108 expect(ssoLoginAsync).toHaveBeenCalledTimes(1);
H A Duser-test.ts18 ssoLoginAsync,
138 describe(ssoLoginAsync, () => {
142 await ssoLoginAsync();
/expo/packages/@expo/cli/src/api/user/
H A Dactions.ts5 import { Actor, getUserAsync, loginAsync, ssoLoginAsync } from './user';
36 await ssoLoginAsync();
H A Duser.ts79 export async function ssoLoginAsync(): Promise<void> { function
/expo/packages/@expo/cli/src/api/user/__mocks__/
H A Duser.ts7 ssoLoginAsync: jest.fn(),