我正在尝试在 django rest 中实现谷歌授权。我正在使用 django-rest-framework-social-oauth2。我收到了一个带有不记名令牌的响应。是否可以将 Bearer 更改为 Token?并删除响应中的所有内容,只留下访问和刷新令牌
"access_token": "xX7KPdrMeINhO7yT0g5jhqHoR3oipI",
"expires_in": 36000,
"token_type": "Bearer",
"scope": "read write",
"refresh_token": "cwlZsSDL15NVbcE1VeUd5YEihQfR0E"