Overview
testAuth() checks whether the configured PulseGrid key pair is valid for the current project.
Setup
Call it after creating the PulseGrid client.
Code example
const result = await pulsegrid.testAuth();
console.log(result);
Notes
Useful during backend setup, diagnostics, and health checks.