Class TOTPKey
java.lang.Object
com.tremolosecurity.proxy.auth.otp.TOTPKey
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetHost()
int
void
void
setScratchCodes
(List<Integer> scratchCodes) void
setSecretKey
(String secretKey) void
setUserName
(String userName) void
setValidationCode
(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
-