Functions
Link copied to clipboard
fun forIsoMdoc(scope: String, supportedBindingMethods: Set<String>? = null, supportedProofTypes: Map<String, CredentialRequestProofSupported>? = null, docType: String, isoClaims: Set<ClaimDescription>, display: Set<DisplayProperties>? = null): SupportedCredentialFormatIsoMdoc
Link copied to clipboard
fun forSdJwt(scope: String, supportedBindingMethods: Set<String>? = null, supportedProofTypes: Map<String, CredentialRequestProofSupported>? = null, sdJwtVcType: String, sdJwtClaims: Set<ClaimDescription>, display: Set<DisplayProperties>? = null): SupportedCredentialFormatSdJwt
Link copied to clipboard
fun forVcJwt(scope: String, supportedBindingMethods: Set<String>? = null, supportedProofTypes: Map<String, CredentialRequestProofSupported>? = null, credentialDefinition: VcJwtCredentialDefinition, vcJwtClaims: Set<ClaimDescription>, display: Set<DisplayProperties>? = null): SupportedCredentialFormatW3cVcJwt