Skip to content

Commit 23613f5

Browse files
Pull request #21: feature/EOA-3970-Remove-AppVerifyClient-dependency
Merge in SDK/php_telesign_enterprise from feature/EOA-3970-AppVerify-FS to developer Squashed commit of the following: commit 82a35f44a13761adf03772235152a4fd86996e16 Author: MousumiMohanty <@telesign.com> Date: Thu Sep 4 14:45:54 2025 +0530 updated the release file comments commit c6bc1113c7b30e825b758e1eec86d93ea18a93bb Author: MousumiMohanty <@telesign.com> Date: Wed Sep 3 12:53:22 2025 +0530 Removed dependency on App Verify Client commit fa8ed8b Merge: 73ecdf3 a84d280 Author: MousumiMohanty <@telesign.com> Date: Mon Aug 18 13:47:57 2025 +0530 Merge branch 'developer' of ssh://bitbucket.c11.telesign.com:7999/sdk/php_telesign_enterprise into developer commit 73ecdf3 Merge: 55b140e 31b8ff7 Author: Mousumi Mohanty <mmohanty@telesign.com> Date: Mon Aug 11 17:30:56 2025 +0000 Pull request #15: Developer Merge in SDK/php_telesign_enterprise from developer to master * commit '31b8ff774438f3d0861f2ffc54ca8971287815b2': addressed the comments Pull request #14: Feature/EOA-2090 AppVerify updated the credentials Added methods for full support for App Verify API Pull request #11: Added methods to get info from PhoneId
1 parent a84d280 commit 23613f5

2 files changed

Lines changed: 8 additions & 5 deletions

File tree

RELEASE

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,10 @@
1+
4.0.1
2+
- Removed dependency on AppVerifyClient from Self Service SDK.
3+
14
4.0.0
2-
- Removed Legacy PID Contact from PHP FS SDK.
3-
- Removed Legacy PID Number Deactivation from PHP FS SDK.
4-
- Removed broken Telebureau methods in PHP FS SDK.
5+
- Removed Legacy PID Contact.
6+
- Removed Legacy PID Number Deactivation.
7+
- Removed broken Telebureau methods.
58

69
3.4.0
710
- Added full support for App Verify API.

src/appverify/AppVerifyClient.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,15 @@
22

33
namespace telesign\enterprise\sdk\appverify;
44

5-
use telesign\sdk\appverify\AppVerifyClient as _AppVerifyClient;
5+
use telesign\sdk\rest\RestClient;
66
use telesign\enterprise\sdk\Config;
77

88
/**
99
* App Verify is a secure, lightweight SDK that integrates a frictionless user verification process into existing
1010
* native mobile applications.
1111
*/
1212

13-
class AppVerifyClient extends _AppVerifyClient
13+
class AppVerifyClient extends RestClient
1414
{
1515
const APP_VERIFY_BASE_RESOURCE = "/v1/verify/auto/voice";
1616
const INITIATE_RESOURCE = self::APP_VERIFY_BASE_RESOURCE . "/initiate";

0 commit comments

Comments
 (0)