Skip to content

Commit a809ca4

Browse files
Pull request #19: feature/EOA-3970
Merge in SDK/php_telesign from feature/EOA-3970 to developer Squashed commit of the following: commit 7bc4e6dafbed7af49e4363f321c6469ea8665e46 Author: MousumiMohanty <@telesign.com> Date: Mon Sep 1 14:20:03 2025 +0530 update the comments commit d830e8775450dcd63b173f1a6b12a0b1def6acff Author: MousumiMohanty <@telesign.com> Date: Fri Aug 29 15:44:48 2025 +0530 removed test commit d3ff961ca29339f5b9681f90c2f19090c188dd83 Author: MousumiMohanty <@telesign.com> Date: Fri Aug 29 15:38:55 2025 +0530 Added release file commit 053ff5d2bc347e171665198fdfd9db16154626e7 Author: MousumiMohanty <@telesign.com> Date: Fri Aug 29 15:07:10 2025 +0530 Removed AppVerify commit 781df23 Merge: 34258ea bd3a60e Author: Juan Camilo Martinez <jmartinez@telesign.com> Date: Tue Jun 3 13:47:24 2025 +0000 Pull request #18: Developer Merge in SDK/php_telesign from developer to master * commit 'bd3a60e0f30ea2971812bb4e08d62dcd108bae29': Change fictitious data Put correct capitilzation Fix testing fix number version Update RELEASE Add requests PATCH
1 parent bd3a60e commit a809ca4

File tree

3 files changed

+4
-45
lines changed

3 files changed

+4
-45
lines changed

RELEASE

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
4.0.0
2+
- Removed all functionality and methods for App Verify SDK
3+
14
3.0.7
25
- Added support for PATCH requests
36

src/appverify/AppVerifyClient.php

Lines changed: 1 addition & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -8,21 +8,4 @@
88
* App Verify is a secure, lightweight SDK that integrates a frictionless user verification process into existing
99
* native mobile applications.
1010
*/
11-
class AppVerifyClient extends RestClient {
12-
13-
const APPVERIFY_STATUS_RESOURCE = "/v1/mobile/verification/status/%s";
14-
15-
/**
16-
* Retrieves the verification result for an App Verify transaction by external_id. To ensure a secure verification
17-
* flow you must check the status using TeleSign's servers on your backend. Do not rely on the SDK alone to
18-
* indicate a successful verification.
19-
*
20-
* See https://developer.telesign.com/docs/app-verify-android-sdk-self#section-get-status-service or
21-
* https://developer.telesign.com/docs/app-verify-ios-sdk-self#section-get-status-service for detailed
22-
* API documentation.
23-
*/
24-
function status ($external_id, array $params = []) {
25-
return $this->get(sprintf(self::APPVERIFY_STATUS_RESOURCE, $external_id), $params);
26-
}
27-
28-
}
11+
class AppVerifyClient extends RestClient {}

test/autoverify/AutoVerifyClientTest.php

Lines changed: 0 additions & 27 deletions
This file was deleted.

0 commit comments

Comments
 (0)