public class SessionService extends Object
| Constructor and Description |
|---|
SessionService(RestClient client,
String baseUrl) |
| Modifier and Type | Method and Description |
|---|---|
SessionToken |
createSenderSessionToken() |
SessionToken |
createSessionToken(String packageId,
String signerId)
Creates a session token for a signer and returns the session token.
|
public SessionService(RestClient client, String baseUrl)
public SessionToken createSessionToken(String packageId, String signerId) throws EslException
packageId - The id of the package to which the newly created session shall have access.signerId - The id of the signer to whom the newly created session shall belong.EslExceptionpublic SessionToken createSenderSessionToken() throws EslException
EslExceptionCopyright 2022 OneSpan All rights reserved.