export interface LoginWithAccessTokenDialogParams { accessToken: string; hasPermissionToUseAuthGoogle: boolean; hasPermissionToUseAuthToken: boolean; title: string; }