wwWallet core documentation
    Preparing search index...

    Type Alias CredentialConfiguration

    type CredentialConfiguration = {
        credential_configuration_id: string;
        display: {
            background_color?: string;
            background_image?: { uri: string };
            description?: string;
            locale: string;
            name: string;
            text_color?: string;
        }[];
        doctype?: string;
        format: string;
        scope: string;
        vct?: string;
    }
    Index

    Properties

    credential_configuration_id: string
    display: {
        background_color?: string;
        background_image?: { uri: string };
        description?: string;
        locale: string;
        name: string;
        text_color?: string;
    }[]
    doctype?: string
    format: string
    scope: string
    vct?: string