SwiftClient.Cli.AuthManager.AuthManager C# (CSharp) Method

AuthManager() public method

public AuthManager ( string args ) : CommandLine
args string
return CommandLine
        public AuthManager(string[] args)
        {
            if(args.Length > 0 && ParseLoginCommand(args) == 0)
            {
                validLoginData = true;
            }
        }