Home
last modified time | relevance | path

Searched defs:openAuthSessionAsync (Results 1 – 6 of 6) sorted by relevance

/expo/packages/expo-dev-launcher/bundle/functions/__mocks__/
H A DopenAuthSessionAsync.ts1 export const openAuthSessionAsync = jest.fn().mockResolvedValue('123'); constant
/expo/packages/expo-dev-launcher/bundle/native-modules/__mocks__/
H A DDevLauncherAuth.ts1 export const openAuthSessionAsync = jest.fn().mockResolvedValue('123'); constant
/expo/packages/expo-web-browser/build/
H A DExpoWebBrowser.web.d.ts12openAuthSessionAsync(url: string, redirectUrl?: string, openOptions?: WebBrowserOpenOptions): Prom… constant
H A DWebBrowser.js204 export async function openAuthSessionAsync(url, redirectUrl, options = {}) { function
/expo/packages/expo-dev-launcher/bundle/native-modules/
H A DDevLauncherAuth.ts99 export async function openAuthSessionAsync(url: string, returnUrl: string): Promise<any> { function
/expo/packages/expo-web-browser/src/
H A DWebBrowser.ts260 export async function openAuthSessionAsync( function