Class MeaTokenPlatform.StepUpAuth

  • Enclosing class:
    MeaTokenPlatform

    public static class MeaTokenPlatform.StepUpAuth
    extends java.lang.Object
    Step-Up Authentication methods class.
    • Constructor Detail

      • StepUpAuth

        public StepUpAuth()
    • Method Detail

      • stepUpAuthenticated

        public static void stepUpAuthenticated()
                                        throws NotInitializedException
        Notifies the MTP SDK that In-App Step-Up Authentication was successfully performed.
        Throws:
        NotInitializedException - The MeaTokenPlatform library not initialized exception.
      • isStepUpAuthenticated

        public static boolean isStepUpAuthenticated()
                                             throws NotInitializedException
        Indicate whether Step-Up Authentication Prolonged Auth time is not exceeded.
        Returns:
        True if Step-Up Authentication Prolonged Auth time is not exceeded.
        Throws:
        NotInitializedException - The MeaTokenPlatform library not initialized exception.
      • getLvtAmountThreshold

        public static int getLvtAmountThreshold()
                                         throws NotInitializedException
        Get LVT amount threshold value configured in SDK.
        Returns:
        LVT amount threshold value configured in SDK.
        Throws:
        NotInitializedException - The MeaTokenPlatform library not initialized exception.
      • getRemainingCumulativeLvtAmount

        public static int getRemainingCumulativeLvtAmount()
                                                   throws NotInitializedException
        Get remaining cumulative LVT amount value.
        Returns:
        remaining cumulative LVT amount value.
        Throws:
        NotInitializedException - The MeaTokenPlatform library not initialized exception.