Class SessionConfigurationResponse
java.lang.Object
com.yoti.api.client.docs.session.retrieve.configuration.SessionConfigurationResponse
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReturns information about what needs to be captured to fulfill the sessions requirementsintReturns the amount of time remaining in seconds until the session expires.Returns a list of strings, signifying the checks that have been requested in the sessionThe session ID that the configuration belongs to
-
Constructor Details
-
SessionConfigurationResponse
public SessionConfigurationResponse()
-
-
Method Details
-
getClientSessionTokenTtl
public int getClientSessionTokenTtl()Returns the amount of time remaining in seconds until the session expires.- Returns:
- the client session token TTL
-
getSessionId
The session ID that the configuration belongs to- Returns:
- the session ID
-
getRequestedChecks
Returns a list of strings, signifying the checks that have been requested in the session- Returns:
- the requested checks
-
getCapture
Returns information about what needs to be captured to fulfill the sessions requirements- Returns:
- the capture
-