サービス アカウントで Google API の最新のベータ 1.5 (1.5.0.28991) を使用していますが、認証を行うときに AssertionFlowClient 行で次のエラーが発生します。
メソッドが見つかりません: 'Void DotNetOpenAuth.OAuth2.ClientBase..ctor(DotNetOpenAuth.OAuth2.AuthorizationServerDescription, System.String, System.String)'.
DotNetOpenAuth V4.3.1.13153
AuthorizationServerDescription desc = GoogleAuthenticationServer.Description;
X509Certificate2 key = new X509Certificate2(key_file, key_pass, X509KeyStorageFlags.Exportable);
AssertionFlowClient client = new AssertionFlowClient(desc, key) { ServiceAccountId = client_id, Scope = scope };
私はこれについて頭を悩ませています-どんな指針も高く評価されます。