| /expo/packages/expo-auth-session/src/ |
| H A D | SessionUrlProvider.ts | 11 urlPath?: string, 16 if (urlPath) { 17 path = [path, SessionUrlProvider.removeLeadingSlash(urlPath)].filter(Boolean).join('/'); 41 getRedirectUrl(options: { projectNameForProxy?: string; urlPath?: string }): string { 44 return [window.location.origin, options.urlPath].filter(Boolean).join('/');
|
| H A D | AuthSession.ts | 59 return sessionUrlProvider.getRedirectUrl({ urlPath: path });
|
| /expo/packages/expo-auth-session/build/ |
| H A D | SessionUrlProvider.d.ts | 5 …getDefaultReturnUrl(urlPath?: string, options?: Omit<Linking.CreateURLOptions, 'queryParams'>): st… 9 urlPath?: string;
|
| H A D | SessionUrlProvider.js | 8 getDefaultReturnUrl(urlPath, options) { argument 11 if (urlPath) { 12 path = [path, SessionUrlProvider.removeLeadingSlash(urlPath)].filter(Boolean).join('/'); 35 return [window.location.origin, options.urlPath].filter(Boolean).join('/');
|
| H A D | AuthSession.d.ts | 11 export declare const getDefaultReturnUrl: (urlPath?: string | undefined, options?: Omit<Linking.Cre…
|
| H A D | AuthSession.js | 37 return sessionUrlProvider.getRedirectUrl({ urlPath: path }); property
|
| H A D | SessionUrlProvider.js.map | 1 …urlPath?: string,\n options?: Omit<Linking.CreateURLOptions, 'queryParams'>\n ): string {\n …
|
| H A D | AuthSession.js.map | 1 …l(path?: string): string {\n return sessionUrlProvider.getRedirectUrl({ urlPath: path });\n}\n\n/…
|
| /expo/ios/versioned-react-native/ABI47_0_0/ReactNative/scripts/ |
| H A D | android-e2e-test.js | 68 driver.on('http', function (method, urlPath, data) { argument 69 console.log(' > ' + method.magenta, urlPath, (data || '').grey);
|
| /expo/ios/versioned-react-native/ABI48_0_0/ReactNative/scripts/ |
| H A D | android-e2e-test.js | 68 driver.on('http', function (method, urlPath, data) { argument 69 console.log(' > ' + method.magenta, urlPath, (data || '').grey);
|
| /expo/ios/versioned-react-native/ABI49_0_0/Expo/ExpoKit/Core/Api/Components/Maps/ |
| H A D | ABI49_0_0AIRMapWMSTile.m | 24 … NSURL *urlPath = [NSURL URLWithString:[self.tileCachePath stringByAppendingString:@"/"]]; 25 if (urlPath.fileURL) { 26 self.tileOverlay.tileCachePath = urlPath;
|
| H A D | ABI49_0_0AIRMapUrlTile.m | 128 … NSURL *urlPath = [NSURL URLWithString:[self.tileCachePath stringByAppendingString:@"/"]]; 129 if (urlPath.fileURL) { 130 self.tileOverlay.tileCachePath = urlPath;
|
| /expo/ios/versioned-react-native/ABI47_0_0/Expo/ExpoKit/Core/Api/Components/Maps/ |
| H A D | ABI47_0_0AIRMapWMSTile.m | 24 … NSURL *urlPath = [NSURL URLWithString:[self.tileCachePath stringByAppendingString:@"/"]]; 25 if (urlPath.fileURL) { 26 self.tileOverlay.tileCachePath = urlPath;
|
| H A D | ABI47_0_0AIRMapUrlTile.m | 128 … NSURL *urlPath = [NSURL URLWithString:[self.tileCachePath stringByAppendingString:@"/"]]; 129 if (urlPath.fileURL) { 130 self.tileOverlay.tileCachePath = urlPath;
|
| /expo/ios/Exponent/Versioned/Core/Api/Components/Maps/ |
| H A D | AIRMapWMSTile.m | 24 … NSURL *urlPath = [NSURL URLWithString:[self.tileCachePath stringByAppendingString:@"/"]]; 25 if (urlPath.fileURL) { 26 self.tileOverlay.tileCachePath = urlPath;
|
| H A D | AIRMapUrlTile.m | 128 … NSURL *urlPath = [NSURL URLWithString:[self.tileCachePath stringByAppendingString:@"/"]]; 129 if (urlPath.fileURL) { 130 self.tileOverlay.tileCachePath = urlPath;
|
| /expo/ios/versioned-react-native/ABI48_0_0/Expo/ExpoKit/Core/Api/Components/Maps/ |
| H A D | ABI48_0_0AIRMapWMSTile.m | 24 … NSURL *urlPath = [NSURL URLWithString:[self.tileCachePath stringByAppendingString:@"/"]]; 25 if (urlPath.fileURL) { 26 self.tileOverlay.tileCachePath = urlPath;
|
| H A D | ABI48_0_0AIRMapUrlTile.m | 128 … NSURL *urlPath = [NSURL URLWithString:[self.tileCachePath stringByAppendingString:@"/"]]; 129 if (urlPath.fileURL) { 130 self.tileOverlay.tileCachePath = urlPath;
|
| /expo/home/screens/AccountModal/ |
| H A D | LoggedOutAccountView.tsx | 79 const _handleAuthentication = async (urlPath: string) => { 90 }/${urlPath}?app_redirect_uri=${encodeURIComponent(redirectBase)}`;
|