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

cloud.agileframework.security.properties.TransmissionMode Maven / Gradle / Ivy

There is a newer version: 2.2.0
Show newest version
package cloud.agileframework.security.properties;

/**
 * @author 佟盟
 * 日期 2020/8/00028 10:54
 * 描述 token传输模式
 * @version 1.0
 * @since 1.0
 */
public enum TransmissionMode {
    /**
     * cookie
     */
    COOKIE,
    /**
     * head传输
     */
    HEADER
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy