Overview
test_auth() checks whether the configured PulseGrid key pair is valid for the current project.
Setup
Call it after creating the PulseGrid client.
Code example
result = pulsegrid.test_auth()
print(result)
Notes
Useful during setup and backend diagnostics.