// vim: set tw=80 ts=2 sw=2 sts=2 : export class Token { access_token: string; refresh_token: string; }