Class SetupTOTPDto
- java.lang.Object
-
- org.springframework.hateoas.RepresentationModel<SetupTOTPDto>
-
- tv.hd3g.authkit.mod.dto.ressource.SetupTOTPDto
-
public class SetupTOTPDto extends org.springframework.hateoas.RepresentationModel<SetupTOTPDto>
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object obj)List<String>getBackupCodes()StringgetJwtControl()StringgetQrcode()StringgetSecret()URIgetTotpURI()inthashCode()
-
-
-
Method Detail
-
hashCode
public int hashCode()
- Overrides:
hashCodein classorg.springframework.hateoas.RepresentationModel<SetupTOTPDto>
-
equals
public boolean equals(Object obj)
- Overrides:
equalsin classorg.springframework.hateoas.RepresentationModel<SetupTOTPDto>
-
getSecret
public String getSecret()
-
getTotpURI
public URI getTotpURI()
-
getQrcode
public String getQrcode()
-
getJwtControl
public String getJwtControl()
-
-