LoginProcess
public class LoginProcess
Represents a login process initialized by a LoginManager object. Normally, a process that contains multiple
login flows will run serially. If a flow logs in the user successfully, subsequent flows will not be
executed.
-
Stops the login process. The login process will fail with a
.forceStoppederror.Declaration
Swift
public func stop()
View on GitHub
LoginProcess Class Reference