Home
last modified time | relevance | path

Searched refs:redirectBase (Results 1 – 2 of 2) sorted by relevance

/expo/packages/expo-dev-launcher/bundle/functions/
H A DstartAuthSessionAsync.ts9 const redirectBase = `${scheme}://auth`; constant
11 redirectBase
14 const result = await openAuthSessionAsync(authSessionURL, redirectBase);
/expo/home/screens/AccountModal/
H A DLoggedOutAccountView.tsx87 const redirectBase = 'expauth://auth';
90 }/${urlPath}?app_redirect_uri=${encodeURIComponent(redirectBase)}`;
91 const result = await WebBrowser.openAuthSessionAsync(authSessionURL, redirectBase, {