Class ASWebAuthenticationSession

  • All Implemented Interfaces:
    NSObjectProtocol, org.robovm.objc.ObjCProtocol

    public class ASWebAuthenticationSession
    extends NSObject
    Since:
    Available in iOS 12.0 and later.
    • Constructor Detail

      • ASWebAuthenticationSession

        protected ASWebAuthenticationSession()
      • ASWebAuthenticationSession

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

        protected ASWebAuthenticationSession​(NSObject.SkipInit skipInit)
      • ASWebAuthenticationSession

        public ASWebAuthenticationSession​(NSURL URL,
                                          java.lang.String callbackURLScheme,
                                          org.robovm.objc.block.VoidBlock2<NSURL,​NSError> completionHandler)
    • Method Detail

      • init

        protected long init​(NSURL URL,
                            java.lang.String callbackURLScheme,
                            org.robovm.objc.block.VoidBlock2<NSURL,​NSError> completionHandler)
      • start

        public boolean start()
      • cancel

        public void cancel()