export interface HttpLoginWithGoogleRequest { oauthToken: string; email: string; enforceIp: boolean; }