Token: {
access_token: string;
created_at?: number;
expires_in?: number;
id?: string;
me?: string;
refresh_token?: string;
scope: string;
token_type: string;
}
Type Declaration
access_token: string
Optionalcreated_at?: number
Optionalexpires_in?: number
Optionalid?: string
Optionalme?: string
Optionalrefresh_token?: string
scope: string
token_type: string