package org.apache.http.client;

import org.apache.http.protocol.HttpContext;

/* loaded from: classes2.dex */
public interface UserTokenHandler {
    Object getUserToken(HttpContext httpContext);
}
