Interface VerificationStartResponseFlashCall

All Superinterfaces:
VerificationStartResponse

public interface VerificationStartResponseFlashCall extends VerificationStartResponse
Flash Call 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
    • getCliFilter

      String getCliFilter()
      Filter that should be applied for incoming calls to intercept the flash call.
      Returns:
      cliFilter
    • getInterceptionTimeout

      Integer getInterceptionTimeout()
      Amount of seconds client should wait for the flash call.
      Returns:
      interceptionTimeout
    • getReportTimeout

      Integer getReportTimeout()
      The time in seconds allowed for reporting the code after which the verification will expire.
      Returns:
      reportTimeout
    • getDenyCallAfter

      Integer getDenyCallAfter()
      Used by the SDKs, this setting makes the handset deny the flash call after the set time in seconds.
      Returns:
      denyCallAfter
    • builder

      Getting builder
      Returns:
      New Builder instance