blob: e92e7be6f88176dd94e3a0f41295e59e7eed2216 [file] [log] [blame]
/*
* Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright ownership.
* The ASF licenses this file to You under the Apache License, Version 2.0
* (the "License"); you may not use this file except in compliance with
* the License. You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package org.apache.usergrid.client;
import org.apache.usergrid.java.client.UsergridEnums.UsergridAuthMode;
public class SDKTestConfiguration {
public static final String APP_CLIENT_ID = "b3U6THNcevskEeOQZLcUROUUVA"; //"YXA6_j0WsfFCEeWKoy6txsCOfA" ;
public static final String APP_CLIENT_SECRET = "b3U6RZHYznP28xieBzQPackFPmmnevU"; //"YXA6jg8x4wjq1AAyQBKtn4bRd1l0gJ8"; //
public static final String APP_UserName = "javaSDK"; //"test";// //"b3U66ne33W4OEeWXmAIj6QFb-Q";
public static final String APP_Password = "Apigee123"; //"test";//"b3U6PxbpQiTrXKCWu0n1CjK1uTZXuG4";
public static final String USERGRID_URL = "https://api.usergrid.com/";
public static final String ORG_NAME = "rwalsh";
public static final String APP_NAME = "sdk.demo";
public static UsergridAuthMode authFallBack = UsergridAuthMode.APP;
// public static final String APP_CLIENT_ID = "YXA61n2kpFffEeWs9QLknKqhHw";
// public static final String APP_CLIENT_SECRET = "YXA69_aRW1IHLgMTUUYSitsGwOLY8uQ";
// public static final String USERGRID_URL = "https://fhirsandbox-prod.apigee.net/appservices";
// public static final String ORG_NAME = "usergrid";
// public static final String APP_NAME = "sandbox";
}