Interface IDVSession


  • public interface IDVSession
    IDVSession is used to get the available IDV methods, submit the user's selection and then validate the OTP to complete IDV flow.
    Since:
    3.0.0
    Version:
    3.0.0
    • Method Detail

      • selectIDVMethod

        void selectIDVMethod​(@NonNull
                             IDVMethod idvMethod)
        Based on selected IDVMethod, the corresponding verification flow will be triggered.
        Parameters:
        idvMethod - The IDVMethod selected. This is a mandatory input.
      • validateOTP

        void validateOTP​(@NonNull
                         String otp)
        Completes the IDV flow with OTP validation.
        Parameters:
        otp - The OTP that is used for authentication.