j9九游会登录/ 云商店/ / / / / / 登录场景:accesstoken续期
更新时间:2024-04-26 gmt 08:00

登录场景:accesstoken续期-j9九游会登录

用户登录获得的access_token有效期默认为2小时,refresh_token刷新令牌有效期默认为30天,在用户持续访问应用的情况下,服务端应提供access_token的续期功能。

续期功能内部调用时序图:

接口url请参考的刷新access token,示例url如下:

{domain_name}/api/v1/oauth2/token 
content-type:application/x-www-form-urlencoded&client_id=nzzewuija91dpsrdzqchmazih13aw...&client_secret=******...&refresh_token=******...&grant_type=refresh_token

相关文档

网站地图