export type AuthenticationKey = {
    /**
     * Available only to Smart Tap enabled partners. Contact support for additional guidance.
     */
    id?: number;
    /**
     * Available only to Smart Tap enabled partners. Contact support for additional guidance.
     */
    publicKeyPem?: string;
};
