Type alias MobileCredentialBranding

MobileCredentialBranding: {
    backgroundColor?: string;
    description?: string;
    issuerIcon?: BrandingImage;
    issuerLogo?: BrandingImage;
    name?: string;
    watermarkImage?: BrandingImage;
}

Represents the Mobile Credential branding information.

Type declaration

  • Optional Readonly backgroundColor?: string

    Background color of the credential

  • Optional Readonly description?: string

    Description of credential

  • Optional Readonly issuerIcon?: BrandingImage

    Icon with credential issuer branding

  • Optional Readonly issuerLogo?: BrandingImage

    Logo image of credential issuer

  • Optional Readonly name?: string

    Credential name

  • Optional Readonly watermarkImage?: BrandingImage

    Watermark image to overlay on the credential

Generated using TypeDoc