Exemple #1
0
        //Gambiarra por agora....
        public async Task UserAuthenticate()
        {
            //Prompting for user authentication
            userHandler = await AuthenticationHandler.CredentialsAuthMode();

            userCommands = new CommandList(userHandler);
        }