Class CreateSessionResult
java.lang.Object
com.yoti.api.client.docs.session.create.CreateSessionResult
The response to a successful CreateSession call
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReturns the client session token for the created sessionintReturns the time-to-live (TTL) for the client session token for the created sessionSession ID of the created session
-
Constructor Details
-
CreateSessionResult
public CreateSessionResult()
-
-
Method Details
-
getClientSessionTokenTtl
public int getClientSessionTokenTtl()Returns the time-to-live (TTL) for the client session token for the created session- Returns:
- the client session token TTL
-
getClientSessionToken
Returns the client session token for the created session- Returns:
- the client session token
-
getSessionId
Session ID of the created session- Returns:
- the session id
-