How to pass state to OAuth when using the Google API Client Library for .NET?

不羁岁月 提交于 2019-12-11 13:54:33

问题


I'm using the Google OAuth API Client Library for .NET The code I'm using is based on: Oauth 2.0

The authorisation is working fine.

I'd like to pass a couple of parameters into the authorisation process. It seems the state querystring is used for this process, but I can't see how to achieve this with the C# client library.

来源:https://stackoverflow.com/questions/31179334/how-to-pass-state-to-oauth-when-using-the-google-api-client-library-for-net

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