Get Auth Status
gv_get_auth_statusCheck whether the password gate is active and unlocked, returning gate status and a readable message to verify private/public access control.
Instructions
Check whether the private/public password gate is active and unlocked.
Returns gate_enabled (bool), unlocked (bool), and a human-readable message. If no password has been set, the gate is off and all profiles are public.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |