File tree Expand file tree Collapse file tree
heka-identity-service/src/openid4vc/issuer/dto/common Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -66,18 +66,23 @@ type SdJwtConfigRecord = CredoCredentialConfigurationSupportedWithId & {
6666 vct : string
6767 claims ?: IssuerCredentialSubject
6868 order ?: string [ ]
69+ display ?: DisplayMetadata [ ]
6970}
7071type JwtVcJsonConfigRecord = CredoCredentialConfigurationSupportedWithId & {
7172 credential_definition : CredentialDefinition
73+ display ?: DisplayMetadata [ ]
7274}
7375type JwtVcJsonLdConfigRecord = CredoCredentialConfigurationSupportedWithId & {
7476 credential_definition : CredentialDefinitionWithContext
77+ display ?: DisplayMetadata [ ]
7578}
7679type LdpVcConfigRecord = CredoCredentialConfigurationSupportedWithId & {
7780 credential_definition : CredentialDefinitionWithContext
81+ display ?: DisplayMetadata [ ]
7882}
7983type MsoMdocConfigRecord = CredoCredentialConfigurationSupportedWithId & {
8084 doctype : string
85+ display ?: DisplayMetadata [ ]
8186}
8287
8388export class OpenId4VciCredentialConfigurationSupportedWithId {
You can’t perform that action at this time.
0 commit comments