Google OAUTH2没有收到refresh_token

时间:2017-05-31 13:19:51

标签: ember.js google-oauth2 ember-simple-auth refresh-token torii

我正在使用emberjs,我可以从https://www.googleapis.com/oauth2/v4/token

获得此回复
{
 "access_token": "snip",
 "token_type": "Bearer",
 "expires_in": 3600,
 "id_token": "snip"
}

但我永远不会在第一次身份验证时获得刷新令牌。我被困了几个小时,任何人都可以帮助我

我的请求参数

code:4/6_Rm706y9Y4vAFSiR6BAF6GXEIQgG8IKkk_8JHSC7sU
redirect_uri:http://localhost:8080/app
client_id:****************
client_secret:****************
scope: null
grant_type:authorization_code
access_type:offline
approval_prompt:force

0 个答案:

没有答案