You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/Api/AuthenticationApi.php
+15-15Lines changed: 15 additions & 15 deletions
Original file line number
Diff line number
Diff line change
@@ -136,7 +136,7 @@ public function setLoginSettings($login_settings)
136
136
namespaceDocuSign\eSign\Api;
137
137
138
138
use \DocuSign\eSign\Client\ApiClient;
139
-
use \DocuSign\eSign\ApiException;
139
+
use \DocuSign\eSign\Client\ApiException;
140
140
use \DocuSign\eSign\Configuration;
141
141
use \DocuSign\eSign\ObjectSerializer;
142
142
@@ -202,7 +202,7 @@ public function setApiClient(\DocuSign\eSign\Client\ApiClient $apiClient)
202
202
* @param string $account_id The external account number (int) or account ID Guid.
203
203
* @param string $user_id The user ID of the user being accessed. Generally this is the user ID of the authenticated user, but if the authenticated user is an Admin on the account, this may be another user the Admin user is accessing.
@@ -219,7 +219,7 @@ public function deleteSocialLogin($account_id, $user_id, $social_account_informa
219
219
* @param string $account_id The external account number (int) or account ID Guid.
220
220
* @param string $user_id The user ID of the user being accessed. Generally this is the user ID of the authenticated user, but if the authenticated user is an Admin on the account, this may be another user the Admin user is accessing.
@@ -306,7 +306,7 @@ public function deleteSocialLoginWithHttpInfo($account_id, $user_id, $social_acc
306
306
*
307
307
* Creates an authorization token.
308
308
*
309
-
* @throws \DocuSign\eSign\ApiException on non-2xx response
309
+
* @throws \DocuSign\eSign\Client\ApiException on non-2xx response
310
310
* @return \DocuSign\eSign\Model\OauthAccess
311
311
*/
312
312
publicfunctiongetOAuthToken()
@@ -320,7 +320,7 @@ public function getOAuthToken()
320
320
*
321
321
* Creates an authorization token.
322
322
*
323
-
* @throws \DocuSign\eSign\ApiException on non-2xx response
323
+
* @throws \DocuSign\eSign\Client\ApiException on non-2xx response
324
324
* @return array of \DocuSign\eSign\Model\OauthAccess, HTTP status code, HTTP response headers (array of strings)
325
325
*/
326
326
publicfunctiongetOAuthTokenWithHttpInfo()
@@ -384,7 +384,7 @@ public function getOAuthTokenWithHttpInfo()
384
384
*
385
385
* @param string $account_id The external account number (int) or account ID Guid.
386
386
* @param string $user_id The user ID of the user being accessed. Generally this is the user ID of the authenticated user, but if the authenticated user is an Admin on the account, this may be another user the Admin user is accessing.
387
-
* @throws \DocuSign\eSign\ApiException on non-2xx response
387
+
* @throws \DocuSign\eSign\Client\ApiException on non-2xx response
@@ -400,7 +400,7 @@ public function listSocialLogins($account_id, $user_id)
400
400
*
401
401
* @param string $account_id The external account number (int) or account ID Guid.
402
402
* @param string $user_id The user ID of the user being accessed. Generally this is the user ID of the authenticated user, but if the authenticated user is an Admin on the account, this may be another user the Admin user is accessing.
403
-
* @throws \DocuSign\eSign\ApiException on non-2xx response
403
+
* @throws \DocuSign\eSign\Client\ApiException on non-2xx response
404
404
* @return array of \DocuSign\eSign\Model\UserSocialIdResult, HTTP status code, HTTP response headers (array of strings)
@@ -752,7 +752,7 @@ public function updatePasswordWithHttpInfo($login_part, $user_password_informati
752
752
* @param string $account_id The external account number (int) or account ID Guid.
753
753
* @param string $user_id The user ID of the user being accessed. Generally this is the user ID of the authenticated user, but if the authenticated user is an Admin on the account, this may be another user the Admin user is accessing.
@@ -769,7 +769,7 @@ public function updateSocialLogin($account_id, $user_id, $social_account_informa
769
769
* @param string $account_id The external account number (int) or account ID Guid.
770
770
* @param string $user_id The user ID of the user being accessed. Generally this is the user ID of the authenticated user, but if the authenticated user is an Admin on the account, this may be another user the Admin user is accessing.
0 commit comments