类 WxUserJwtTokenFactoryProperties
java.lang.Object
net.guerlab.smart.platform.auth.properties.TokenFactoryProperties
net.guerlab.smart.platform.auth.properties.JwtTokenFactoryProperties
net.guerlab.smart.wx.auth.properties.WxUserJwtTokenFactoryProperties
@RefreshScope
@ConfigurationProperties(prefix="auth.wx.token-factory.jwt")
public class WxUserJwtTokenFactoryProperties
extends net.guerlab.smart.platform.auth.properties.JwtTokenFactoryProperties
jwt token 配置
- 作者:
- guer
-
字段概要
字段 修饰符和类型 字段 说明 static java.lang.StringPREFIX -
构造器概要
构造器 构造器 说明 WxUserJwtTokenFactoryProperties() -
方法概要
从类继承的方法 net.guerlab.smart.platform.auth.properties.JwtTokenFactoryProperties
canEqual, equals, getAccessTokenExpire, getAccessTokenSigningKey, getRefreshTokenExpire, getRefreshTokenSigningKey, hashCode, setAccessTokenExpire, setAccessTokenSigningKey, setRefreshTokenExpire, setRefreshTokenSigningKey, toString
-
字段详细资料
-
构造器详细资料
-
WxUserJwtTokenFactoryProperties
public WxUserJwtTokenFactoryProperties()
-