Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
The result shape.
interface VyResult { token: string | null; // vyt; send to your server verified: boolean; // vyc === "1"; UI hint only vyc: string | null; // "1" | "0" | null }
token
verified
vyc