为什么Google OAuth在生成新的访问令牌时不返回刷新令牌?

时间:2019-10-23 06:47:05

标签: java postman google-calendar-api

oauth端点:

 https://www.googleapis.com/oauth2/v3/token

响应:

    {
    "access_token": "*******",
    "expires_in": 3600,
    "scope": "https://www.googleapis.com/auth/contacts.readonly",
    "token_type": "Bearer"
    }

为什么Google在创建新的访问令牌时不提供“ refresh_token”密钥作为响应。

0 个答案:

没有答案