Uses of Class
org.miaixz.bus.auth.metric.jwt.JWTHeader
Packages that use JWTHeader
-
Uses of JWTHeader in org.miaixz.bus.auth.metric
Methods in org.miaixz.bus.auth.metric that return JWTHeader -
Uses of JWTHeader in org.miaixz.bus.auth.metric.jwt
Methods in org.miaixz.bus.auth.metric.jwt that return JWTHeaderModifier and TypeMethodDescriptionJWTHeader.addHeaders(Map<String, ?> headerClaims) 增加自定义JWT认证头JWTHeader.setAlgorithm(String algorithm) 增加“alg”头信息JWTHeader.setContentType(String contentType) 增加“cty”头信息增加“kid”头信息增加“typ”头信息