We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bffe259 commit d545e1aCopy full SHA for d545e1a
wallet-core/src/main/java/eu/europa/ec/eudi/wallet/issue/openid4vci/CredentialConfigurationFilter.kt
@@ -73,10 +73,7 @@ internal fun interface CredentialConfigurationFilter {
73
*/
74
@JvmSynthetic
75
internal fun DocTypeFilter(docType: String): CredentialConfigurationFilter =
76
- Compose(
77
- MsoMdocFormatFilter,
78
- SdJwtFormatFilter,
79
- CredentialConfigurationFilter { conf -> conf.docType == docType })
+ Compose(SdJwtOrMsoMdocFormatFilter, CredentialConfigurationFilter { conf -> conf.docType == docType })
80
81
/**
82
* Filter for [CredentialConfiguration] instances based on the proof type.
0 commit comments