Class SetupTOTPDto


  • public class SetupTOTPDto
    extends org.springframework.hateoas.RepresentationModel<SetupTOTPDto>
    • Method Detail

      • 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()