TemplateDisplayCredential
The display properties of the verifiable credential at the template level See https://learn.microsoft.com/en-us/azure/active-directory/verifiable-credentials/credential-design#display-definition-wallet-credential-visuals
type TemplateDisplayCredential {
backgroundColor: HexColorCode
description: String
issuedBy: String
logo: TemplateDisplayCredentialLogo
textColor: HexColorCode
title: String
}
Fields
TemplateDisplayCredential.backgroundColor
● HexColorCode
scalar
Background color of the credential
TemplateDisplayCredential.description
● String
scalar
Supplemental text displayed alongside each credential
TemplateDisplayCredential.issuedBy
● String
scalar
The name of the issuer of the credential
TemplateDisplayCredential.logo
● TemplateDisplayCredentialLogo
object
Logo information of the credential
TemplateDisplayCredential.textColor
● HexColorCode
scalar
Text color of the credential
TemplateDisplayCredential.title
● String
scalar
Title of the credential
Member Of
TemplateDisplayModel
object