forSdJwt

fun forSdJwt(    format: CredentialFormatEnum,     scope: String,     supportedBindingMethods: Set<String>? = null,     supportedSigningAlgorithms: Set<String>? = null,     supportedProofTypes: Map<String, CredentialRequestProofSupported>? = null,     credentialDefinition: SupportedCredentialFormatDefinition? = null,     sdJwtVcType: String,     sdJwtClaims: Set<ClaimDescription>,     order: List<String>? = null,     display: Set<DisplayProperties>? = null): SupportedCredentialFormat(source)