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

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

Authorization works fine.

I would like to pass a couple of parameters to the authorization process. It seems like a request sequence is being used for this process, but I can't see how to do that with the C # client library.

+1


source to share





All Articles