export interface AccessToken { access_token?: string; expires_in?: number; token_type?: string; refresh_token?: string; }