Class SFAuthenticationSession

All Implemented Interfaces:
NSObjectProtocol, ObjCProtocol

@Deprecated
public class SFAuthenticationSession
extends NSObject
Deprecated.
Deprecated in iOS 12.0. Use ASWebAuthenticationSession
Since:
Available in iOS 11.0 and later.
  • Constructor Details

    • SFAuthenticationSession

      protected SFAuthenticationSession()
      Deprecated.
    • SFAuthenticationSession

      protected SFAuthenticationSession​(NSObject.Handle h, long handle)
      Deprecated.
    • SFAuthenticationSession

      protected SFAuthenticationSession​(NSObject.SkipInit skipInit)
      Deprecated.
    • SFAuthenticationSession

      public SFAuthenticationSession​(NSURL URL, String callbackURLScheme, VoidBlock2<NSURL,​NSError> completionHandler)
      Deprecated.
  • Method Details

    • init

      protected long init​(NSURL URL, String callbackURLScheme, VoidBlock2<NSURL,​NSError> completionHandler)
      Deprecated.
    • start

      public boolean start()
      Deprecated.
    • cancel

      public void cancel()
      Deprecated.