For the complete documentation index, see llms.txt. This page is also available as Markdown.

Check Connection

This method allows you to check if a connection is active

Usage in your script

const checkSession= await alturaGuard.checkSession();
const checkSession:any = await alturaGuard.checkSession();

Last updated