| /expo/ios/versioned/sdk48/ExpoWebBrowser/ |
| H A D | WebBrowserModule.swift | 31 …AsyncFunction("openAuthSessionAsync") { (authUrl: URL, redirectUrl: URL?, options: AuthSessionOpti… in definition() 35 …self.currentAuthSession = WebAuthSession(authUrl: authUrl, redirectUrl: redirectUrl, options: opti… in definition()
|
| H A D | WebAuthSession.swift | 22 init(authUrl: URL, redirectUrl: URL?, options: AuthSessionOptions) { 24 url: authUrl,
|
| /expo/ios/versioned/sdk47/ExpoWebBrowser/ |
| H A D | WebBrowserModule.swift | 31 …AsyncFunction("openAuthSessionAsync") { (authUrl: URL, redirectUrl: URL?, options: AuthSessionOpti… in definition() 35 …self.currentAuthSession = WebAuthSession(authUrl: authUrl, redirectUrl: redirectUrl, options: opti… in definition()
|
| H A D | WebAuthSession.swift | 22 init(authUrl: URL, redirectUrl: URL?, options: AuthSessionOptions) { 24 url: authUrl,
|
| /expo/packages/expo-web-browser/ios/ |
| H A D | WebBrowserModule.swift | 44 …AsyncFunction("openAuthSessionAsync") { (authUrl: URL, redirectUrl: URL?, options: AuthSessionOpti… in definition() 48 …self.currentAuthSession = WebAuthSession(authUrl: authUrl, redirectUrl: redirectUrl, options: opti… in definition()
|
| H A D | WebAuthSession.swift | 22 init(authUrl: URL, redirectUrl: URL?, options: AuthSessionOptions) { 24 url: authUrl,
|
| /expo/ios/versioned/sdk49/ExpoWebBrowser/ |
| H A D | WebBrowserModule.swift | 44 …AsyncFunction("openAuthSessionAsync") { (authUrl: URL, redirectUrl: URL?, options: AuthSessionOpti… in definition() 48 …self.currentAuthSession = WebAuthSession(authUrl: authUrl, redirectUrl: redirectUrl, options: opti… in definition()
|
| H A D | WebAuthSession.swift | 22 init(authUrl: URL, redirectUrl: URL?, options: AuthSessionOptions) { 24 url: authUrl,
|
| /expo/packages/expo-auth-session/src/__tests__/ |
| H A D | SessionUrlProvider-test.ts | 30 const authUrl = 'https://signin.com'; constant 33 authUrl, 49 const authUrl = 'https://signin.com'; constant 57 const result = managedSessionUrlProvider.getStartUrl(authUrl, returnUrl, '@hello/world');
|
| /expo/packages/expo-auth-session/build/ |
| H A D | AuthSession.types.d.ts | 7 authUrl: string;
|
| H A D | SessionUrlProvider.d.ts | 6 … getStartUrl(authUrl: string, returnUrl: string, projectNameForProxy: string | undefined): string;
|
| H A D | SessionUrlProvider.js | 21 getStartUrl(authUrl, returnUrl, projectNameForProxy) { argument 27 authUrl, field
|
| H A D | AuthSession.types.js.map | 1 …s to the sign in page that you would like to open the user to.\n */\n authUrl: string;\n /**\n…
|
| H A D | SessionUrlProvider.js.map | 1 …authUrl: string, returnUrl: string, projectNameForProxy: string | undefined): string {\n if (Pl…
|
| H A D | AuthRequest.js.map | 1 …empty url\n invariant(\n url,\n 'No authUrl provided to AuthSession.startAsync. An au…
|
| /expo/packages/expo-auth-session/src/ |
| H A D | AuthSession.types.ts | 9 authUrl: string;
|
| H A D | SessionUrlProvider.ts | 28 getStartUrl(authUrl: string, returnUrl: string, projectNameForProxy: string | undefined): string { 34 authUrl,
|
| /expo/docs/pages/versions/v46.0.0/sdk/ |
| H A D | auth-session.mdx | 79 …authUrl` and `returnUrl` (the URL to redirect back to your application) in the query parameters. T… 200 // redirect user to the authUrl 216 const authUrl = `YOUR_PROXY_SERVICE_URL?${authServiceUrlParameter}`; 218 authUrl,
|
| /expo/docs/pages/versions/v47.0.0/sdk/ |
| H A D | auth-session.mdx | 81 …authUrl` and `returnUrl` (the URL to redirect back to your application) in the query parameters. T… 200 // redirect user to the authUrl 216 const authUrl = `YOUR_PROXY_SERVICE_URL?${authServiceUrlParameter}`; 218 authUrl,
|
| /expo/docs/pages/versions/v48.0.0/sdk/ |
| H A D | auth-session.mdx | 195 // redirect user to the authUrl 211 const authUrl = `YOUR_PROXY_SERVICE_URL?${authServiceUrlParameter}`; 213 authUrl,
|