Type Aliases
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
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;