export interface AuthenticationData { access_token: string; token_stype: string; expires_in: number; refresh_token: string; }