Home
last modified time | relevance | path

Searched defs:startAuthSessionAsync (Results 1 – 2 of 2) sorted by relevance

/expo/packages/expo-dev-launcher/bundle/functions/__mocks__/
H A DstartAuthSessionAsync.ts1 export const startAuthSessionAsync = jest.fn(); constant
/expo/packages/expo-dev-launcher/bundle/functions/
H A DstartAuthSessionAsync.ts6 export async function startAuthSessionAsync(type: 'signup' | 'login') { function