Interface VerificationCodeSendingStrategy

  • All Known Implementing Classes:
    ChineseVerificationCodeSendingStrategy

    @Deprecated(since="1905",
                forRemoval=true)
    public interface VerificationCodeSendingStrategy
    Deprecated, for removal: This API element is subject to removal in a future version.
    Since 1905. Use VerificationCodeStrategy instead.
    A strategy that sending a verification code to customer's mobile.
    • Method Summary

      All Methods Instance Methods Abstract Methods Deprecated Methods 
      Modifier and Type Method Description
      void send​(java.lang.String mobileNumber, java.lang.String code)
      Deprecated, for removal: This API element is subject to removal in a future version.
      Send code to a mobile.
    • Method Detail

      • send

        void send​(java.lang.String mobileNumber,
                  java.lang.String code)
        Deprecated, for removal: This API element is subject to removal in a future version.
        Send code to a mobile.
        Parameters:
        mobileNumber - The target mobile number.
        code - Verification code.