Class OTPCredentialData

java.lang.Object
org.keycloak.models.credential.dto.OTPCredentialData

public class OTPCredentialData extends Object
  • Constructor Details

    • OTPCredentialData

      public OTPCredentialData(String subType, int digits, int counter, int period, String algorithm, String secretEncoding)
  • Method Details

    • getSubType

      public String getSubType()
    • getDigits

      public int getDigits()
    • getCounter

      public int getCounter()
    • setCounter

      public void setCounter(int counter)
    • getPeriod

      public int getPeriod()
    • getAlgorithm

      public String getAlgorithm()
    • getSecretEncoding

      public String getSecretEncoding()