How to implement Incremental Authorization with Google API?

不想你离开。 提交于 2019-12-13 04:13:03

问题


I have an installed app that is a toolkit for the user, and as such they're able to choose their own scopes. I've run in to an issue with a scope limit when being passed as parameters via the URL. As such I'm looking to implement Incremental Authorization so that they only have to authorize scopes as they use them, and they don't have to also add scopes again from previous to overwrite.

I'm using the GoogleWebAuthorizationBroker class to do the authorization, but I'm not seeing anything that would allow me to implement Incremental Authorization without basically having to rewrite the delivered API classes. Is there any way to do this with the API?

来源:https://stackoverflow.com/questions/33470699/how-to-implement-incremental-authorization-with-google-api

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!