Class TxCode
java.lang.Object
org.keycloak.protocol.oid4vc.model.TxCode
Represents a transaction code as used in the pre-authorized grant in the Credential Offer in OID4VCI
 
- Author:
 - Stefan Wiedemann
 
- 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionintsetDescription(String description) setInputMode(String inputMode) setLength(int length)  
- 
Constructor Details
- 
TxCode
public TxCode() 
 - 
 - 
Method Details
- 
getInputMode
 - 
setInputMode
 - 
getLength
public int getLength() - 
setLength
 - 
getDescription
 - 
setDescription
 
 -