AuthService

extension AuthService
  • Authenticates a new user with pre-defined UI, and viewControllers pre-built in FRUI framework

    Declaration

    Swift

    public func authenticateWithUI<T>(_ rootViewController: UIViewController, completion: @escaping NodeUICompletion<T>)

    Parameters

    rootViewController

    root viewController which will initiate navigation flow

    completion

    completion callback block that notifies the result of the flow