Searched refs:authSession (Results 1 – 5 of 5) sorted by relevance
13 var authSession: ASWebAuthenticationSession? variable23 self.authSession = ASWebAuthenticationSession(35 self.authSession?.prefersEphemeralWebBrowserSession = options.preferEphemeralSession41 authSession?.presentationContextProvider = presentationContextProvider in open()43 authSession?.start() in open()48 authSession?.cancel() in dismiss()57 authSession = nil in finish()
11 private var authSession: SFAuthenticationSession? variable38 …self.authSession = SFAuthenticationSession(url: authURL, callbackURLScheme: redirectURL, completio… in definition()39 self.authSession?.start() in definition()