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.
SDK Reference
type OAuthToken = { access_token: string; expires_at?: number; expires_in?: number; refresh_token?: string; scope?: string; token_type?: string; };
access_token: string;
optional expires_at?: number;
optional expires_in?: number;
optional refresh_token?: string;
optional scope?: string;
optional token_type?: string;