Interface VerificationRequestEventResponseSms

All Superinterfaces:
VerificationRequestEventResponse

public interface VerificationRequestEventResponseSms extends VerificationRequestEventResponse
SMS Request Event Response
  • Method Details

    • getAction

      Get action
      Specified by:
      getAction in interface VerificationRequestEventResponse
      Returns:
      action
    • getCode

      String getCode()
      The SMS PIN that should be used. By default, the Sinch dashboard will automatically generate PIN codes for SMS verification. If you want to set your own PIN, you can specify it in the response to the Verification Request Event.
      Returns:
      code
    • getAcceptLanguage

      List<String> getAcceptLanguage()
      The SMS verification content language. Set in the verification request.
      Returns:
      acceptLanguage
    • builder

      Getting builder
      Returns:
      New Builder instance