Interface VerificationStartResponseSms

All Superinterfaces:
VerificationStartResponse

public interface VerificationStartResponseSms extends VerificationStartResponse
SMS Response
  • Method Details

    • getId

      String getId()
      Verification identifier used to query for status.
      Specified by:
      getId in interface VerificationStartResponse
      Returns:
      id
    • getLinks

      List<Link> getLinks()
      Get links
      Specified by:
      getLinks in interface VerificationStartResponse
      Returns:
      links
    • getTemplate

      String getTemplate()
      The expected template for the SMS response.
      Returns:
      template
    • getInterceptionTimeout

      Integer getInterceptionTimeout()
      The amount of time in seconds that the client should wait for the SMS.
      Returns:
      interceptionTimeout
    • builder

      Getting builder
      Returns:
      New Builder instance