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

io.github.novareseller.boot.constant.WebConst Maven / Gradle / Ivy

There is a newer version: 1.5.3.beta
Show newest version
package io.github.novareseller.boot.constant;

/**
 * @author Bowen Huang
 * @Date 2021/5/5 16:28
 */
public class WebConst {

    public static final String TOKEN = "Authorization";

    public static final String LANGUAGE = "Language";

    public static final String HEADER_CLIENT_AUTHORIZATION = "X-Client-Authorization";

    public static final String HEADER_TENANT_AUTHORIZATION = "X-Tenant-Authorization";

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy