Class TOTPKey
java.lang.Object
com.tremolosecurity.proxy.auth.otp.TOTPKey
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetHost()intvoidvoidsetScratchCodes(List<Integer> scratchCodes) voidsetSecretKey(String secretKey) voidsetUserName(String userName) voidsetValidationCode(int validationCode)
-
Constructor Details
-
TOTPKey
public TOTPKey()
-
-
Method Details
-
getUserName
-
setUserName
-
getSecretKey
-
setSecretKey
-
getValidationCode
public int getValidationCode() -
setValidationCode
public void setValidationCode(int validationCode) -
getScratchCodes
-
setScratchCodes
-
getHost
-
setHost
-