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

com.github.zj.dreamly.security.jwt.constants.ConstantsSecurity Maven / Gradle / Ivy

There is a newer version: 1.0.0-beta.6
Show newest version
package com.github.zj.dreamly.security.jwt.constants;

/**
 * 常量
 *
 * @author 苍海之南
 */
public interface ConstantsSecurity {
    /**
     * 请求头
     */
    String AUTHORIZATION_HEADER = "Authorization";

    /**
     * Bearer header
     */
    String BEARER = "Bearer ";
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy