TokenInfo: {
    access_token: string;
    expires_at: number;
    expires_in: number;
    refresh_token: string;
    scope?: string;
    token_type?: string;
}
Type declaration
access_token: string
expires_at: number
expires_in: number
refresh_token: string
Optionalscope?: string
Optionaltoken_type?: string