Interface IDVSession


  • public interface IDVSession
    The IDVSession API is used to retrieve the vProvisionedTokenId session details with pending activation. This class has been renamed from PendingBindingSession to IDVSession.
    Since:
    3.0.0
    Version:
    3.0.0
    • Method Detail

      • selectIdvMethod

        void selectIdvMethod​(IDVMethod idvMethod)
        Selects the IDVMethod for the Visa Token Binding process. This method has been renamed from submitIdvMethod to selectIdvMethod.
        Parameters:
        idvMethod - The selected IDVMethod. This is a mandatory input.
        Since:
        3.0
      • activateBinding

        void activateBinding​(@Nullable
                             String otp)
        Activates the binding with or without OTP. If OTP is provided, TMGSDK will call the server to validate it. However, if the OTP is not provided, TMGSDK does not call the server and activates the binding locally.
        Parameters:
        otp - The OTP that is used for authentication.