Class TOTPLogonCodeFormDto
- java.lang.Object
-
- tv.hd3g.authkit.mod.dto.validated.TOTPLogonCodeFormDto
-
public class TOTPLogonCodeFormDto extends Object
-
-
Constructor Summary
Constructors Constructor Description TOTPLogonCodeFormDto()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetCode()StringgetSecuretoken()BooleangetShorttime()voidsetCode(String code)voidsetSecuretoken(String securetoken)voidsetShorttime(Boolean shorttime)
-
-
-
Method Detail
-
getSecuretoken
public String getSecuretoken()
-
setSecuretoken
public void setSecuretoken(String securetoken)
-
getCode
public String getCode()
-
setCode
public void setCode(String code)
-
getShorttime
public Boolean getShorttime()
- Returns:
- can be null
-
setShorttime
public void setShorttime(Boolean shorttime)
-
-