115 results matched your search criteria
Forum topic
OneSpan Sign
Hello,
We have a condition where a participant goes to eSign, then quits mid-way.
So for instance we have 3 forms to be eSigned, she eSigns 2 forms and quits.
When she logs in again, we have to get the session token again - by sending a new packet.
We cannot store the session token because the sessi
Forum topic
OneSpan Sign
The documentation talks about ApiKeyAuth (being deprecated) and ApiTokenAuth (recommended replacement).
Apparently a "Client Id" + "Secret" is combined to create a "Token" but I don't know how this is done for API's below.
I am not clear on "single use" vs "multi-use".
Forum topic
OneSpan Sign
Hi There ,
I want to know about any provision of sending the authentication token to the callback generation rest api call so that once the callback happens
, we may get that token back with the request.
Forum topic
OneSpan Sign
Good Afternoon,
i am currently in the process of updating one of our Applications to include ADA functionality. This application is pointed at the cloud implementation.
Forum topic
OneSpan Sign
Hi
I have been playing with embedded signing URL generations lately and originally learned from this blog post that " Once you’ve gotten an authentication token, the next step is to build the fol
Forum topic
OneSpan Sign
I'm using .Net SDK.
I create token:
string sessionTokenString = eslClient.AuthenticationTokenService.CreateSenderAuthenticationToken(id);
and then
Forum topic
OneSpan Sign
Hi i have got the sender authentication token but how to open particular package using that sender authentication token and send it Please reply me as soon as possible??
Using rest API : whats will be the code instead of this BuildRedirectToPackageViewForSender method??
Thanks
Forum topic
OneSpan Sign
Guys,
Can someone tell me what the standard time out setting is for the digital signing room? Is it changeable on an account level? Also, since we getting the user auth token, is this taken into account or does the digital signing room timeout override what is being sent from the user auth token?
Forum topic
OneSpan Sign
Is there a Java SDK code example to do OAuth 2.0 for creating an EslClient?
Right now I'm using clientAppId and clientAppSecret.