Пример #1
0
        public string SendOauthRequest()

        {
            string token = "";

            AuthenticationApi authApi = new AuthenticationApi("https://account-d.docusign.com");
            OauthAccess       oAuth   = authApi.GetOAuthToken();

            token = oAuth.AccessToken;

            return(token);
        }