Class OID4VCClient
java.lang.Object
org.keycloak.protocol.oid4vc.model.OID4VCClient
Pojo, containing all information required to create a VCClient.
- Author:
- Stefan Wiedemann
-
Constructor Summary
ConstructorsConstructorDescriptionOID4VCClient(String id, String clientDid, List<SupportedCredentialConfiguration> supportedVCTypes, String description, String name) -
Method Summary
Modifier and TypeMethodDescriptionbooleangetId()getName()inthashCode()setClientDid(String clientDid) setDescription(String description) setSupportedVCTypes(List<SupportedCredentialConfiguration> supportedVCTypes)
-
Constructor Details
-
OID4VCClient
public OID4VCClient() -
OID4VCClient
-
-
Method Details