validate_auth
Verify API credentials and check authentication status for secure access to Frappe Framework sites and document operations.
Instructions
Validate API credentials and return authentication status.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Input Schema (JSON Schema)
{
"properties": {},
"title": "validate_authArguments",
"type": "object"
}