类的使用
gateway.api.JwtContext
-
gateway.api中JwtContext的使用
声明为JwtContext的gateway.api中的字段返回JwtContext的gateway.api中的方法修饰符和类型方法说明static JwtContextJwtContext.create(String app_token, com.auth0.jwt.algorithms.Algorithm algorithm, int token_live_seconds) static JwtContext创建JWT上下文参数类型为JwtContext的gateway.api中的构造器限定符构造器说明OkHttpClientJwtInterceptor(JwtContext jwtContext) OkHttpClientJwtInterceptor(String user_agent, JwtContext jwtContext)