Home
last modified time | relevance | path

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

/expo/packages/@expo/cli/src/api/user/__tests__/
H A Duser-test.ts11 import { getSessionUsingBrowserAuthFlowAsync } from '../expoSsoLauncher';
22 getSessionUsingBrowserAuthFlowAsync: jest.fn(),
140 jest.mocked(getSessionUsingBrowserAuthFlowAsync).mockResolvedValue('SESSION_SECRET');
/expo/packages/@expo/cli/src/api/user/
H A Duser.ts5 import { getSessionUsingBrowserAuthFlowAsync } from './expoSsoLauncher';
80 const sessionSecret = await getSessionUsingBrowserAuthFlowAsync({
H A DexpoSsoLauncher.ts39 export async function getSessionUsingBrowserAuthFlowAsync({ function