What's the difference between OneSpanSDK and EsignLiveSDK class?
Wednesday, December 15, 2021 at 06:38pmI have downloaded the Apex SDK from GitHub that created bunch if apex class in the org and main SDK class named as OneSpanSDK. However, all of the example I see in the onespan community refers to EsignLiveSDK. Is there any difference between these two class? If yes, where can I get the package that have EsignLiveSDK. Please guide
Reply to: What's the difference between OneSpanSDK and EsignLiveSDK class?
Thursday, December 16, 2021 at 05:37amHi ishant.kesar,
EsignLiveSDK was the previous naming convention, the class has been rebranded to OneSpanSDK in the latest update. In order to migrate the example code in guides and code shares to the latest fashion, you simply need to replace every occurrence of "ESignLive" with "OneSpan". For example, if a class named "ESignLiveTestDataUtility" in the code example, rename it to "OneSpanTestDataUtility", this should resolve most of the compile errors.
Duo