java.lang.Object
org.keycloak.forms.login.freemarker.model.TotpBean

public class TotpBean extends Object
Used for UpdateTotp required action
Author:
Stian Thorgersen
  • Constructor Details

  • Method Details

    • isEnabled

      public boolean isEnabled()
    • getTotpSecret

      public String getTotpSecret()
    • getTotpSecretEncoded

      public String getTotpSecretEncoded()
    • getTotpSecretQrCode

      public String getTotpSecretQrCode()
    • getManualUrl

      public String getManualUrl()
    • getQrUrl

      public String getQrUrl()
    • getPolicy

      public OTPPolicy getPolicy()
    • getSupportedApplications

      public List<String> getSupportedApplications()
    • getOtpCredentials

      public List<CredentialModel> getOtpCredentials()
    • getUsername

      public String getUsername()