All documentation
Authentication

test_auth Function in Python

Verify that your PulseGrid Python keys are valid.

Python

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

test_auth Function in Python
result = pulsegrid.test_auth()
print(result)

Notes

Useful during setup and backend diagnostics.