Ejemplo n.º 1
0
        public User GetProfile()
        {
            AuthData authData = new AuthData(username, password);

            return(authData.GetProfile());
        }