I am developing a system to automate the Google site verification using ASP.Net(C#) and I am using DotNetOpenOauth to do the authentication.
I wonder whether there is a way to supply JSON in the request body with scope "https://www.googleapis.com/auth/siteverification" using DotNetOpenOauth? Because when the site verification is been doing, we have to send following JSON with the request.
(using Google OAuth2)
{
"site": {
"type": string,
"identifier": string
},
"verificationMethod": string
}