| Package | Description |
|---|---|
| com.silanis.esl.sdk |
The eSignLive Java SDK base package containing the EslClient and model classes.
|
| com.silanis.esl.sdk.examples |
Examples and helper classes of how to use the eSignLive Java SDK.
|
| com.silanis.esl.sdk.service |
Service classes provide low-level support for interacting with eSignLive.
|
| Modifier and Type | Method and Description |
|---|---|
SessionToken |
EslClient.createSenderSessionToken()
Deprecated.
Use the
AuthenticationTokensService.createSenderAuthenticationToken(java.lang.String)
or AuthenticationTokensService.createUserAuthenticationToken() depending if you want to
create a token to authenticate as the package sender or the api key user. |
SessionToken |
EslClient.createSessionToken(PackageId packageId,
String signerId)
|
SessionToken |
EslClient.createSignerSessionToken(PackageId packageId,
String signerId)
|
| Modifier and Type | Field and Description |
|---|---|
SessionToken |
SessionCreationExample.signerSessionToken |
| Modifier and Type | Method and Description |
|---|---|
SessionToken |
SessionService.createSenderSessionToken() |
SessionToken |
SessionService.createSessionToken(String packageId,
String signerId)
Creates a session token for a signer and returns the session token.
|
Copyright 2022 OneSpan All rights reserved.