Home
last modified time | relevance | path

Searched refs:authSession (Results 1 – 5 of 5) sorted by relevance

/expo/packages/expo-web-browser/ios/
H A DWebAuthSession.swift13 var authSession: ASWebAuthenticationSession? variable
23 self.authSession = ASWebAuthenticationSession(
35 self.authSession?.prefersEphemeralWebBrowserSession = options.preferEphemeralSession
41 authSession?.presentationContextProvider = presentationContextProvider in open()
43 authSession?.start() in open()
48 authSession?.cancel() in dismiss()
57 authSession = nil in finish()
/expo/ios/versioned/sdk48/ExpoWebBrowser/
H A DWebAuthSession.swift13 var authSession: ASWebAuthenticationSession? variable
23 self.authSession = ASWebAuthenticationSession(
35 self.authSession?.prefersEphemeralWebBrowserSession = options.preferEphemeralSession
41 authSession?.presentationContextProvider = presentationContextProvider in open()
43 authSession?.start() in open()
48 authSession?.cancel() in dismiss()
57 authSession = nil in finish()
/expo/ios/versioned/sdk49/ExpoWebBrowser/
H A DWebAuthSession.swift13 var authSession: ASWebAuthenticationSession? variable
23 self.authSession = ASWebAuthenticationSession(
35 self.authSession?.prefersEphemeralWebBrowserSession = options.preferEphemeralSession
41 authSession?.presentationContextProvider = presentationContextProvider in open()
43 authSession?.start() in open()
48 authSession?.cancel() in dismiss()
57 authSession = nil in finish()
/expo/ios/versioned/sdk47/ExpoWebBrowser/
H A DWebAuthSession.swift13 var authSession: ASWebAuthenticationSession? variable
23 self.authSession = ASWebAuthenticationSession(
35 self.authSession?.prefersEphemeralWebBrowserSession = options.preferEphemeralSession
41 authSession?.presentationContextProvider = presentationContextProvider in open()
43 authSession?.start() in open()
48 authSession?.cancel() in dismiss()
57 authSession = nil in finish()
/expo/packages/expo-dev-launcher/ios/
H A DDevLauncherAuth.swift11 private var authSession: SFAuthenticationSession? variable
38 …self.authSession = SFAuthenticationSession(url: authURL, callbackURLScheme: redirectURL, completio… in definition()
39 self.authSession?.start() in definition()