Zamok Kiosk API
    Preparing search index...
    interface ValidateBadgeTokenSuccessPayload {
        badge: {
            active?: boolean;
            contactId: string;
            id: string;
            name: string;
            tokenHash: string;
        };
    }
    Index

    Properties

    Properties

    badge: {
        active?: boolean;
        contactId: string;
        id: string;
        name: string;
        tokenHash: string;
    }