Class MfaSecret


  • public class MfaSecret
    extends Object
    MFA secret.
    Author:
    Takayuki Maruyama
    • Constructor Detail

      • MfaSecret

        public MfaSecret()
    • Method Detail

      • getSecret

        public String getSecret()
      • getQrCode

        public String getQrCode()
      • setSecret

        public void setSecret​(String secret)
      • setQrCode

        public void setQrCode​(String qrCode)
      • canEqual

        protected boolean canEqual​(Object other)
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object