Searched refs:maybeCompleteAuthSession (Results 1 – 13 of 13) sorted by relevance
6 maybeCompleteAuthSession({ skipRedirectCheck }: { constant
262 export function maybeCompleteAuthSession(options = {}) { function263 if (ExponentWebBrowser.maybeCompleteAuthSession) {264 return ExponentWebBrowser.maybeCompleteAuthSession(options);
150 export declare function maybeCompleteAuthSession(options?: WebBrowserCompleteAuthSessionOptions): W…
49 maybeCompleteAuthSession({ skipRedirectCheck }) {
1 …maybeCompleteAuthSession()`.\n * - _Mobile_: This will open a new tab in the browser which can be …
1 …!Platform.isDOMAvailable) return;\n dismissPopup();\n },\n maybeCompleteAuthSession({ skipRed…
322 export function maybeCompleteAuthSession( function325 if (ExponentWebBrowser.maybeCompleteAuthSession) {326 return ExponentWebBrowser.maybeCompleteAuthSession(options);
65 maybeCompleteAuthSession({ skipRedirectCheck }: { skipRedirectCheck?: boolean }): {
7 const payload = WebBrowser.maybeCompleteAuthSession();
95 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 …]
7 import { maybeCompleteAuthSession } from 'expo-web-browser';16 maybeCompleteAuthSession();
161 - Added custom types definitions for argument and result of `maybeCompleteAuthSession` method. ([#1…
1 …o close the popup window on web, you need to invoke `WebBrowser.maybeCompleteAuthSession()`.\n * >…