我们已经创建了一个身份验证程序(OAuth2 / REST / C#/ RestSharp 103.1.0.0)。
我们正在引用此网址(https://developers.google.com/identity/protocols/OAuth2WebServer)
到目前为止,我们不得不使用响应中包含的“ResponseUri”。
自8月21日左右以来,发生了以下错误。
错误:invalid_request 缺少必需参数:response_type
作为调查结果,当我们使用ResponseUri.OriginalString
时,可以解决此事件。
我是否需要使用ResponseUri.OriginalString
代替ResponseUri
?