export interface getAuth { access_token: string, refresh_token: string, expires_in: number, domain: string, member_id:string }