| 限定符和类型 | 字段和说明 |
|---|---|
private JwtContext |
OkHttpClientJwtInterceptor.jwtContext |
| 限定符和类型 | 方法和说明 |
|---|---|
static JwtContext |
JwtContext.create(String app_token,
com.auth0.jwt.algorithms.Algorithm algorithm,
int token_live_seconds) |
static JwtContext |
JwtContext.create(String app_token,
RSAKey rsa_key,
int token_live_seconds)
创建JWT上下文
|
| 构造器和说明 |
|---|
OkHttpClientJwtInterceptor(JwtContext jwtContext) |
OkHttpClientJwtInterceptor(String user_agent,
JwtContext jwtContext) |
Copyright © 2022. All rights reserved.