Class CredentialsOffer
java.lang.Object
org.keycloak.protocol.oid4vc.model.CredentialsOffer
Represents a CredentialsOffer according to the OID4VCI Spec
 
- Author:
 - Stefan Wiedemann
 
- 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionbooleaninthashCode()setCredentialConfigurationIds(List<String> credentialConfigurationIds) setCredentialIssuer(String credentialIssuer) setGrants(PreAuthorizedGrant grants)  
- 
Constructor Details
- 
CredentialsOffer
public CredentialsOffer() 
 - 
 - 
Method Details