Showing
1 changed file
with
3 additions
and
1 deletions
@@ -5,7 +5,9 @@ | @@ -5,7 +5,9 @@ | ||
5 | 第三方登录成功后需要上传第三方信息给服务器 | 5 | 第三方登录成功后需要上传第三方信息给服务器 |
6 | 6 | ||
7 | 在/after_bind接口提交时增加参数payload。payload的格式为json,其中包括从授权服务器获得的所有key-value内容。 | 7 | 在/after_bind接口提交时增加参数payload。payload的格式为json,其中包括从授权服务器获得的所有key-value内容。 |
8 | - | 8 | +``` |
9 | +{access_token:"access_token",refresh_token:"refresh_token",expires_in:"expires_in",refresh_token_expires:"refresh_token_expires"} | ||
10 | +``` | ||
9 | payload=base64(json) | 11 | payload=base64(json) |
10 | 12 | ||
11 | 参数为: | 13 | 参数为: |
-
Please register or login to post a comment