Class CreateSessionResult

java.lang.Object
com.yoti.api.client.docs.session.create.CreateSessionResult

public class CreateSessionResult extends Object
The response to a successful CreateSession call
  • 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

      public String getClientSessionToken()
      Returns the client session token for the created session
      Returns:
      the client session token
    • getSessionId

      public String getSessionId()
      Session ID of the created session
      Returns:
      the session id