Interface PendingBindingSession


  • public interface PendingBindingSession
    PendingBindingSession is used to get vProvisionedTokenId session details with pending activation.
    Since:
    1.0
    Version:
    1.0
    • Method Detail

      • submitIdvMethod

        void submitIdvMethod​(IDVMethod idvMethod)
        Based on selected IDVMethod, the corresponding verification flow will be triggered.
        Parameters:
        idvMethod - selected IDVMethod. Mandatory input.
      • activateBinding

        void activateBinding​(@Nullable
                             String otp)
        Activate Binding with or without OTP. If OTP is provided, the TMGSDK will call the server to validate it. However if the OTP is not provided, the TMGSDK does not call the server and activate the binding locally.