【发布时间】:2019-03-20 14:42:51
【问题描述】:
是否可以从发送到“/oauth2/v4/token”路径的 JWT 请求中获取 refresh_token ?
{
"access_token" : "1/8xbJqaOZXSUZbHLl5EOtu1pxz3fmmetKx9W8CV4t79M",
"token_type" : "Bearer",
"expires_in" : 3600
}
响应不包含刷新令牌键。
参考链接:https://developers.google.com/identity/protocols/OAuth2ServiceAccount
【问题讨论】:
标签: oauth-2.0 google-api jwt google-oauth service-accounts