Package tv.hd3g.authkit.mod.dto
Class SetupTOTPTokenDto
- java.lang.Object
-
- tv.hd3g.authkit.mod.dto.SetupTOTPTokenDto
-
public class SetupTOTPTokenDto extends Object
-
-
Constructor Summary
Constructors Constructor Description SetupTOTPTokenDto(String userUUID, String secret, Set<String> backupCodes)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Set<String>getBackupCodes()StringgetSecret()StringgetUserUUID()
-