Home
last modified time | relevance | path

Searched refs:authUrl (Results 1 – 20 of 20) sorted by relevance

/expo/ios/versioned/sdk48/ExpoWebBrowser/
H A DWebBrowserModule.swift31 …AsyncFunction("openAuthSessionAsync") { (authUrl: URL, redirectUrl: URL?, options: AuthSessionOpti… in definition()
35 …self.currentAuthSession = WebAuthSession(authUrl: authUrl, redirectUrl: redirectUrl, options: opti… in definition()
H A DWebAuthSession.swift22 init(authUrl: URL, redirectUrl: URL?, options: AuthSessionOptions) {
24 url: authUrl,
/expo/ios/versioned/sdk47/ExpoWebBrowser/
H A DWebBrowserModule.swift31 …AsyncFunction("openAuthSessionAsync") { (authUrl: URL, redirectUrl: URL?, options: AuthSessionOpti… in definition()
35 …self.currentAuthSession = WebAuthSession(authUrl: authUrl, redirectUrl: redirectUrl, options: opti… in definition()
H A DWebAuthSession.swift22 init(authUrl: URL, redirectUrl: URL?, options: AuthSessionOptions) {
24 url: authUrl,
/expo/packages/expo-web-browser/ios/
H A DWebBrowserModule.swift44 …AsyncFunction("openAuthSessionAsync") { (authUrl: URL, redirectUrl: URL?, options: AuthSessionOpti… in definition()
48 …self.currentAuthSession = WebAuthSession(authUrl: authUrl, redirectUrl: redirectUrl, options: opti… in definition()
H A DWebAuthSession.swift22 init(authUrl: URL, redirectUrl: URL?, options: AuthSessionOptions) {
24 url: authUrl,
/expo/ios/versioned/sdk49/ExpoWebBrowser/
H A DWebBrowserModule.swift44 …AsyncFunction("openAuthSessionAsync") { (authUrl: URL, redirectUrl: URL?, options: AuthSessionOpti… in definition()
48 …self.currentAuthSession = WebAuthSession(authUrl: authUrl, redirectUrl: redirectUrl, options: opti… in definition()
H A DWebAuthSession.swift22 init(authUrl: URL, redirectUrl: URL?, options: AuthSessionOptions) {
24 url: authUrl,
/expo/packages/expo-auth-session/src/__tests__/
H A DSessionUrlProvider-test.ts30 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 DAuthSession.types.d.ts7 authUrl: string;
H A DSessionUrlProvider.d.ts6 … getStartUrl(authUrl: string, returnUrl: string, projectNameForProxy: string | undefined): string;
H A DSessionUrlProvider.js21 getStartUrl(authUrl, returnUrl, projectNameForProxy) { argument
27 authUrl, field
H A DAuthSession.types.js.map1 …s to the sign in page that you would like to open the user to.\n */\n authUrl: string;\n /**\n…
H A DSessionUrlProvider.js.map1authUrl: string, returnUrl: string, projectNameForProxy: string | undefined): string {\n if (Pl…
H A DAuthRequest.js.map1 …empty url\n invariant(\n url,\n 'No authUrl provided to AuthSession.startAsync. An au…
/expo/packages/expo-auth-session/src/
H A DAuthSession.types.ts9 authUrl: string;
H A DSessionUrlProvider.ts28 getStartUrl(authUrl: string, returnUrl: string, projectNameForProxy: string | undefined): string {
34 authUrl,
/expo/docs/pages/versions/v46.0.0/sdk/
H A Dauth-session.mdx79authUrl` 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 Dauth-session.mdx81authUrl` 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 Dauth-session.mdx195 // redirect user to the authUrl
211 const authUrl = `YOUR_PROXY_SERVICE_URL?${authServiceUrlParameter}`;
213 authUrl,