此路由会返回应用程序中定义的所有 作用域。你可以使用此路由列出用户可能分配给个人访问令牌的范围:
axios.get('/oauth/scopes') .then(response => { console.log(response.data); });