SupportedCredentialFormat

constructor(format: CredentialFormatEnum, scope: String? = null, supportedBindingMethods: Set<String>? = null, supportedSigningAlgorithms: Set<String>? = null, supportedProofTypes: Map<String, CredentialRequestProofSupported>? = null, credentialDefinition: SupportedCredentialFormatDefinition? = null, sdJwtVcType: String? = null, docType: String? = null, claims: Map<String, Map<String, RequestedCredentialClaimSpecification>>? = null, order: Set<String>? = null, display: Set<DisplayProperties>? = null)