apps/sasquatch/src/main/java/com/microsoft/appcenter/sasquatch/MSAAuthenticationProvider.java [116:126]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
                    @Override
                    public void onBeforeCalling(URL url, Map<String, String> headers) {
                        AppCenterLog.verbose(AppCenter.LOG_TAG, "Calling " + url + "...");
                    }
                },
                new ServiceCallback() {

                    @Override
                    public void onCallSucceeded(HttpResponse httpResponse) {
                        try {
                            JSONObject response = new JSONObject(httpResponse.getPayload());
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



apps/sasquatch/src/main/java/com/microsoft/appcenter/sasquatch/activities/MSALoginActivity.java [297:307]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
                    @Override
                    public void onBeforeCalling(URL url, Map<String, String> headers) {
                        AppCenterLog.verbose(AppCenter.LOG_TAG, "Calling " + url + "...");
                    }
                },
                new ServiceCallback() {

                    @Override
                    public void onCallSucceeded(HttpResponse httpResponse) {
                        try {
                            JSONObject response = new JSONObject(httpResponse.getPayload());
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



