export interface LoginResponse { accessToken?: string; expiresIn?: number; idToken: string; state?: string; tokenType?: string; }