Skip to content

Auth

Functions

Return Type Name Description
bool auth.validate(string project_id) Authenticates your script using the project id found on the Lexis panel

Examples

-- Authenticating. If authentication fails, the script will be unloaded
auth.validate('example')