export interface AuthConfig {
    access_token: string;
    expiration_date: number;
}
