Beispiel #1
0
        public void GivenIGetAnOAuthTokenFromTheAccountsAPI()
        {
            IRestResponse response = RESTHelpers.GETOAUTH(
                ConfigurationManager.AppSettings["AccountsAPIURL"].ToString(),
                ConfigurationManager.AppSettings["AuthorizeResource"].ToString(),
                ConfigurationManager.AppSettings["ClientID"].ToString());

            //var modifyToken = JsonConvert.DeserializeObject<ModifyToken>(response.Content);

            //ScenarioContext.Current.Set(modifyToken, "ModifyToken");
        }