Generate a signed JWT for authenticating against the VideoSDK v2 REST APIs.
const token = generateToken({ apiKey, secretKey, expiresIn: "24h" });// Send as: Authorization: <token> (raw JWT, no "Bearer" prefix) Copy
const token = generateToken({ apiKey, secretKey, expiresIn: "24h" });// Send as: Authorization: <token> (raw JWT, no "Bearer" prefix)
Generate a signed JWT for authenticating against the VideoSDK v2 REST APIs.