export interface LoginParam { response_type?: string; client_id?: string; scope?: string; state?: string; redirect_uri?: string; }