com.github.zj.dreamly.security.jwt.constants.ConstantsSecurity Maven / Gradle / Ivy
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