Class TOTPKey

java.lang.Object
com.tremolosecurity.proxy.auth.otp.TOTPKey

public class TOTPKey extends Object
  • Constructor Details

    • TOTPKey

      public TOTPKey()
  • Method Details

    • getUserName

      public String getUserName()
    • setUserName

      public void setUserName(String userName)
    • getSecretKey

      public String getSecretKey()
    • setSecretKey

      public void setSecretKey(String secretKey)
    • getValidationCode

      public int getValidationCode()
    • setValidationCode

      public void setValidationCode(int validationCode)
    • getScratchCodes

      public List<Integer> getScratchCodes()
    • setScratchCodes

      public void setScratchCodes(List<Integer> scratchCodes)
    • getHost

      public String getHost()
    • setHost

      public void setHost(String host)