Class SessionConfigurationResponse

java.lang.Object
com.yoti.api.client.docs.session.retrieve.configuration.SessionConfigurationResponse

public class SessionConfigurationResponse extends Object
  • 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

      public String getSessionId()
      The session ID that the configuration belongs to
      Returns:
      the session ID
    • getRequestedChecks

      public List<String> getRequestedChecks()
      Returns a list of strings, signifying the checks that have been requested in the session
      Returns:
      the requested checks
    • getCapture

      public CaptureResponse getCapture()
      Returns information about what needs to be captured to fulfill the sessions requirements
      Returns:
      the capture