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

Revoke Connection

This method allows you to revoke an Altura Guard II connection

Usage in your script

const revokeConnection = await alturaGuard.revokeSession();
const revokeConnection:any = await alturaGuard.revokeSession();

Last updated