Home
last modified time | relevance | path

Searched refs:makeRedirectUri (Results 1 – 22 of 22) sorted by relevance

/expo/packages/expo-auth-session/src/__tests__/
H A DAuthSession-test.native.ts20 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 DAuthSession-test.web.ts3 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 DFacebook.js5 import { AuthRequest, makeRedirectUri, ResponseType, } from '../AuthSession';
97 return makeRedirectUri({
H A DGoogle.js6 import { AuthRequest, generateHexStringAsync, makeRedirectUri, Prompt, ResponseType, } from '../Aut…
147 return makeRedirectUri({
H A DFacebook.js.map1makeRedirectUri,\n ResponseType,\n} from '../AuthSession';\nimport { generateHexStringAsync } fro…
H A DGoogle.js.map1makeRedirectUri,\n Prompt,\n ResponseType,\n} from '../AuthSession';\nimport { AccessTokenReques…
/expo/packages/expo-auth-session/src/providers/
H A DFacebook.ts14 makeRedirectUri,
151 return makeRedirectUri({
H A DGoogle.ts16 makeRedirectUri,
238 return makeRedirectUri({
/expo/docs/pages/guides/
H A Dauthentication.mdx361 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 DAuthSession.d.ts62 export declare function makeRedirectUri({ native, scheme, isTripleSlashed, queryParams, path, prefe…
H A DAuthSession.js72 export function makeRedirectUri({ native, scheme, isTripleSlashed, queryParams, path, preferLocalho… function
H A DAuthSession.js.map1makeRedirectUri()` instead.\n */\nexport function getRedirectUrl(path?: string): string {\n retur…
H A DAuthSession.types.js.map1 … url: string;\n };\n\n// @needsAudit\n/**\n * Options passed to `makeRedirectUri`.\n */\nexpor…
/expo/packages/expo-auth-session/src/
H A DAuthSession.ts95 export function makeRedirectUri({ function
/expo/docs/pages/versions/unversioned/sdk/
H A Dauth-session.mdx121 …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 Dauth-session.mdx121 …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 DAuthSessionScreen.tsx82 const redirectUri = AuthSession.makeRedirectUri({
179 // const redirectUri = AuthSession.makeRedirectUri({
/expo/docs/pages/versions/v48.0.0/sdk/
H A Dauth-session.mdx115 …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 DCHANGELOG.md68 - Replaced references of `makeRedirectUriAsync` with `makeRedirectUri`. ([#21314](https://github.co…
/expo/docs/pages/versions/v46.0.0/sdk/
H A Dauth-session.mdx120 …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 Dauth-session.mdx122 …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 DCHANGELOG.md323 …- Replaced references of `makeRedirectUriAsync` with `makeRedirectUri`. ([#21314](https://github.c…