Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
在我的应用程序中,我必须使用 window.location.href 重定向到外部 url,这是为了让用户在 google adwords 中进行身份验证,如下图所示
一旦用户授权应用程序,它将被重定向到我在谷歌控制台开发人员中定义的回调 url。回调 url 包含谷歌给出的响应代码,如下所示:我必须在我的 angular2 代码中获取该代码,我想知道如何。