Class TxCode

java.lang.Object
org.keycloak.protocol.oid4vc.model.TxCode

public class TxCode extends Object
Represents a transaction code as used in the pre-authorized grant in the Credential Offer in OID4VCI
Author:
Stefan Wiedemann
  • Constructor Details

    • TxCode

      public TxCode()
  • Method Details

    • getInputMode

      public String getInputMode()
    • setInputMode

      public TxCode setInputMode(String inputMode)
    • getLength

      public int getLength()
    • setLength

      public TxCode setLength(int length)
    • getDescription

      public String getDescription()
    • setDescription

      public TxCode setDescription(String description)