Skip to content

Instantly share code, notes, and snippets.

@cfjedimaster
Created August 2, 2024 15:52
Show Gist options
  • Save cfjedimaster/3aebf85cf9192082e3a974a2a74b56f3 to your computer and use it in GitHub Desktop.
Save cfjedimaster/3aebf85cf9192082e3a974a2a74b56f3 to your computer and use it in GitHub Desktop.
let CLIENT_ID = process.env.CLIENT_ID;
let CLIENT_SECRET = process.env.CLIENT_SECRET;
// Setup credentials
let credentials = new ServicePrincipalCredentials({ clientId: CLIENT_ID, clientSecret: CLIENT_SECRET });
let pdfServices = new PDFServices({ credentials });
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment