Class CredentialResponse
java.lang.Object
org.keycloak.protocol.oid4vc.model.CredentialResponse
Represents a CredentialResponse according to the OID4VCI Spec
 
- Author:
 - Stefan Wiedemann
 
- 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionsetcNonceExpiresIn(String cNonceExpiresIn) setCredential(Object credential) setNotificationId(String notificationId)  
- 
Constructor Details
- 
CredentialResponse
public CredentialResponse() 
 - 
 - 
Method Details
- 
getCredential
 - 
setCredential
 - 
getcNonce
 - 
setcNonce
 - 
getcNonceExpiresIn
 - 
setcNonceExpiresIn
 - 
getNotificationId
 - 
setNotificationId
 
 -