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
rootViewControllerroot viewController which will initiate navigation flow
completioncompletion callback block that notifies the result of the flow
View on GitHub