smlHao commented on issue #4120:
URL: https://github.com/apache/apisix/issues/4120#issuecomment-897544004


   > 我来补充下:
   > 
   > 令牌服务器的 鉴权接口 返回结果:
   > 
   > ```
   > public class UserTokenForGateway
   >    {
   >        [JsonPropertyName("access_token")]
   >        public string Access_Token { get; set; }
   >        
   >        public bool Active { get; set; }
   > 
   >        [JsonPropertyName("exp")]
   >        public long Exp { get; set; }
   >    }
   > ```
   > 
   > 其中 exp 值是当前 unix时间戳的秒数 + 期望缓存的秒数
   > 
   > 另外在网关配置下:
   > 
![image](https://user-images.githubusercontent.com/10271679/116026426-544b1500-a685-11eb-8245-a09b1dbf1962.png)
   
   
   
   > 我来补充下:
   > 
   > 令牌服务器的 鉴权接口 返回结果:
   > 
   > ```
   > public class UserTokenForGateway
   >    {
   >        [JsonPropertyName("access_token")]
   >        public string Access_Token { get; set; }
   >        
   >        public bool Active { get; set; }
   > 
   >        [JsonPropertyName("exp")]
   >        public long Exp { get; set; }
   >    }
   > ```
   > 
   > 其中 exp 值是当前 unix时间戳的秒数 + 期望缓存的秒数
   > 
   > 另外在网关配置下:
   > 
![image](https://user-images.githubusercontent.com/10271679/116026426-544b1500-a685-11eb-8245-a09b1dbf1962.png)
   
   你好  openid-connect   的demo能发一份吗?


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to