python - How should an application add/remove scopes to an existing grant? -


Tried to add additional scope using oAuth2DecoratorFromClientSecrets via the scope parameter oauth2client.

I believe users of an application prefer to increase the privileges gradually; As a requirement, and in the form of faith forms ...

What is the best way to add / extend / remove scope when there is an existing grant in the app? Cancel and authorize again?

Sorry, you can not do this, you will need to re-authorize the user. I believe it would be good to increase the scope, but still you will need to show an authorization page, so I think you will not have much profit in doing this.

Comments

Popular posts from this blog

excel vba - How to delete Solver(SOLVER.XLAM) code -

github - Teamcity & Git - PR merge builds - anyway to get HEAD commit hash? -

ios - Replace text in UITextView run slowly -