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>
  • Constructor Details

  • Method Details

    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class org.springframework.hateoas.RepresentationModel<SetupTOTPDto>
    • equals

      public boolean equals(Object obj)
      Overrides:
      equals in class org.springframework.hateoas.RepresentationModel<SetupTOTPDto>
    • getSecret

      public String getSecret()
    • getTotpURI

      public URI getTotpURI()
    • getQrcode

      public String getQrcode()
    • getBackupCodes

      public List<String> getBackupCodes()
    • getJwtControl

      public String getJwtControl()