Class RecoveryAuthnCodeRepresentation

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

public class RecoveryAuthnCodeRepresentation extends Object
  • Constructor Details

    • RecoveryAuthnCodeRepresentation

      public RecoveryAuthnCodeRepresentation(int number, String encodedHashedValue)
  • Method Details

    • getNumber

      public int getNumber()
    • getEncodedHashedValue

      public String getEncodedHashedValue()