Home
last modified time | relevance | path

Searched refs:maybeCompleteAuthSession (Results 1 – 13 of 13) sorted by relevance

/expo/packages/expo-web-browser/build/
H A DExpoWebBrowser.web.d.ts6 maybeCompleteAuthSession({ skipRedirectCheck }: { constant
H A DWebBrowser.js262 export function maybeCompleteAuthSession(options = {}) { function
263 if (ExponentWebBrowser.maybeCompleteAuthSession) {
264 return ExponentWebBrowser.maybeCompleteAuthSession(options);
H A DWebBrowser.d.ts150 export declare function maybeCompleteAuthSession(options?: WebBrowserCompleteAuthSessionOptions): W…
H A DExpoWebBrowser.web.js49 maybeCompleteAuthSession({ skipRedirectCheck }) {
H A DWebBrowser.js.map1maybeCompleteAuthSession()`.\n * - _Mobile_: This will open a new tab in the browser which can be …
H A DExpoWebBrowser.web.js.map1 …!Platform.isDOMAvailable) return;\n dismissPopup();\n },\n maybeCompleteAuthSession({ skipRed…
/expo/packages/expo-web-browser/src/
H A DWebBrowser.ts322 export function maybeCompleteAuthSession( function
325 if (ExponentWebBrowser.maybeCompleteAuthSession) {
326 return ExponentWebBrowser.maybeCompleteAuthSession(options);
H A DExpoWebBrowser.web.ts65 maybeCompleteAuthSession({ skipRedirectCheck }: { skipRedirectCheck?: boolean }): {
/expo/apps/native-component-list/src/screens/
H A DRedirectScreen.tsx7 const payload = WebBrowser.maybeCompleteAuthSession();
/expo/docs/pages/guides/
H A Dauthentication.mdx95 WebBrowser.maybeCompleteAuthSession();
157 WebBrowser.maybeCompleteAuthSession();
264 WebBrowser.maybeCompleteAuthSession();
368 WebBrowser.maybeCompleteAuthSession();
613 WebBrowser.maybeCompleteAuthSession();
742 WebBrowser.maybeCompleteAuthSession();
901 WebBrowser.maybeCompleteAuthSession();
969 WebBrowser.maybeCompleteAuthSession();
1057 WebBrowser.maybeCompleteAuthSession();
1117 WebBrowser.maybeCompleteAuthSession();
[all …]
/expo/apps/native-component-list/src/screens/AuthSession/
H A DAuthSessionScreen.tsx7 import { maybeCompleteAuthSession } from 'expo-web-browser';
16 maybeCompleteAuthSession();
/expo/packages/expo-web-browser/
H A DCHANGELOG.md161 - Added custom types definitions for argument and result of `maybeCompleteAuthSession` method. ([#1…
/expo/packages/expo-auth-session/build/
H A DAuthRequestHooks.js.map1 …o close the popup window on web, you need to invoke `WebBrowser.maybeCompleteAuthSession()`.\n * >…