All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.memfactory.auth.contant.AuthConstant Maven / Gradle / Ivy

There is a newer version: 0.0.5
Show newest version
/**
 * 
 */
package com.memfactory.auth.contant;

/**
 * 权限管理常量类
 * 
 * @author zhairp createDate: 2018-09-25
 */
public interface AuthConstant {

	/**
	 * 应用Key
	 */
	String CLIENT_KEY = "client_key";

	/**
	 * 应用secret
	 */
	String APP_SECRET = "app_secret";

	/**
	 * 用户ID
	 */
	String USERID = "userId";

	/**
	 * 客户端secret
	 */
	String CLIENT_SECRET = "client_secret";

	/**
	 * 权限ID
	 */
	String ACCESSID = "accessId";

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy