Class TOTP.RecoverParameters

  • All Implemented Interfaces:

    
    public final class TOTP.RecoverParameters
    
                        

    A data class wrapping the parameters use in a TOTP recover request

    • Constructor Detail

      • TOTP.RecoverParameters

        TOTP.RecoverParameters(String recoveryCode, Integer sessionDurationMinutes)
      • TOTP.RecoverParameters

        TOTP.RecoverParameters(String recoveryCode)