| /expo/packages/expo-auth-session/src/__tests__/ |
| H A D | AuthSession-test.native.ts | 20 const { makeRedirectUri } = require('../AuthSession'); constant 47 const { makeRedirectUri } = require('../AuthSession'); constant 48 expect(makeRedirectUri()).toBe('demo://'); 70 const { makeRedirectUri } = require('../AuthSession'); constant 93 const { makeRedirectUri } = require('../AuthSession'); constant 95 makeRedirectUri({ 121 const { makeRedirectUri } = require('../AuthSession'); constant 146 const { makeRedirectUri } = require('../AuthSession'); constant 179 const { makeRedirectUri } = require('../AuthSession'); constant 184 const { makeRedirectUri } = require('../AuthSession'); constant [all …]
|
| H A D | AuthSession-test.web.ts | 3 import { makeRedirectUri } from '../AuthSession'; 7 expect(makeRedirectUri()).toBe(Platform.isDOMAvailable ? 'http://localhost' : ''); 11 expect(makeRedirectUri({ path: 'bacon' })).toBe(
|
| /expo/packages/expo-auth-session/build/providers/ |
| H A D | Facebook.js | 5 import { AuthRequest, makeRedirectUri, ResponseType, } from '../AuthSession'; 97 return makeRedirectUri({
|
| H A D | Google.js | 6 import { AuthRequest, generateHexStringAsync, makeRedirectUri, Prompt, ResponseType, } from '../Aut… 147 return makeRedirectUri({
|
| H A D | Facebook.js.map | 1 …makeRedirectUri,\n ResponseType,\n} from '../AuthSession';\nimport { generateHexStringAsync } fro…
|
| H A D | Google.js.map | 1 …makeRedirectUri,\n Prompt,\n ResponseType,\n} from '../AuthSession';\nimport { AccessTokenReques…
|
| /expo/packages/expo-auth-session/src/providers/ |
| H A D | Facebook.ts | 14 makeRedirectUri, 151 return makeRedirectUri({
|
| H A D | Google.ts | 16 makeRedirectUri, 238 return makeRedirectUri({
|
| /expo/docs/pages/guides/ |
| H A D | authentication.mdx | 361 makeRedirectUri, 481 redirectUri: makeRedirectUri({ 733 makeRedirectUri, 923 redirectUri: makeRedirectUri({ 989 redirectUri: makeRedirectUri({ 1072 redirectUri: makeRedirectUri({ 1138 redirectUri: makeRedirectUri({ 1223 redirectUri: makeRedirectUri({ 1305 redirectUri: makeRedirectUri({ 1367 redirectUri: makeRedirectUri({ [all …]
|
| /expo/packages/expo-auth-session/build/ |
| H A D | AuthSession.d.ts | 62 export declare function makeRedirectUri({ native, scheme, isTripleSlashed, queryParams, path, prefe…
|
| H A D | AuthSession.js | 72 export function makeRedirectUri({ native, scheme, isTripleSlashed, queryParams, path, preferLocalho… function
|
| H A D | AuthSession.js.map | 1 …makeRedirectUri()` instead.\n */\nexport function getRedirectUrl(path?: string): string {\n retur…
|
| H A D | AuthSession.types.js.map | 1 … url: string;\n };\n\n// @needsAudit\n/**\n * Options passed to `makeRedirectUri`.\n */\nexpor…
|
| /expo/packages/expo-auth-session/src/ |
| H A D | AuthSession.ts | 95 export function makeRedirectUri({ function
|
| /expo/docs/pages/versions/unversioned/sdk/ |
| H A D | auth-session.mdx | 121 …tions`)** - Optional properties used to construct the redirect URI (passed to `makeRedirectUri()`). 156 …tions`)** - Optional properties used to construct the redirect URI (passed to `makeRedirectUri()`).
|
| /expo/docs/pages/versions/v49.0.0/sdk/ |
| H A D | auth-session.mdx | 121 …tions`)** - Optional properties used to construct the redirect URI (passed to `makeRedirectUri()`). 156 …tions`)** - Optional properties used to construct the redirect URI (passed to `makeRedirectUri()`).
|
| /expo/apps/native-component-list/src/screens/AuthSession/ |
| H A D | AuthSessionScreen.tsx | 82 const redirectUri = AuthSession.makeRedirectUri({ 179 // const redirectUri = AuthSession.makeRedirectUri({
|
| /expo/docs/pages/versions/v48.0.0/sdk/ |
| H A D | auth-session.mdx | 115 …tions`)** - Optional properties used to construct the redirect URI (passed to `makeRedirectUri()`). 149 …tions`)** - Optional properties used to construct the redirect URI (passed to `makeRedirectUri()`).
|
| /expo/packages/expo-auth-session/ |
| H A D | CHANGELOG.md | 68 - Replaced references of `makeRedirectUriAsync` with `makeRedirectUri`. ([#21314](https://github.co…
|
| /expo/docs/pages/versions/v46.0.0/sdk/ |
| H A D | auth-session.mdx | 120 …tions`)** - Optional properties used to construct the redirect URI (passed to `makeRedirectUri()`). 154 …tions`)** - Optional properties used to construct the redirect URI (passed to `makeRedirectUri()`).
|
| /expo/docs/pages/versions/v47.0.0/sdk/ |
| H A D | auth-session.mdx | 122 …tions`)** - Optional properties used to construct the redirect URI (passed to `makeRedirectUri()`). 156 …tions`)** - Optional properties used to construct the redirect URI (passed to `makeRedirectUri()`).
|
| /expo/ |
| H A D | CHANGELOG.md | 323 …- Replaced references of `makeRedirectUriAsync` with `makeRedirectUri`. ([#21314](https://github.c…
|