@photonhealth/sdkPhoton JavaScript SDK
npm install @photonhealth/sdk
import { PhotonClient } from "@photonhealth/sdk";
const client = new PhotonClient({
domain: "auth.photon.health",
clientId: "YOUR_CLIENT_ID",
redirectURI: window.location.origin,
organization: "org_XXX"
});
Generated using TypeDoc