类 ApiKeyAuth
java.lang.Object
com.easemob.im.auth.ApiKeyAuth
- 所有已实现的接口:
Authentication
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2024-01-25T14:51:53.998371+08:00[Asia/Shanghai]")
public class ApiKeyAuth
extends Object
implements Authentication
-
构造器详细资料
-
ApiKeyAuth
-
-
方法详细资料
-
getLocation
-
getParamName
-
getApiKey
-
setApiKey
-
getApiKeyPrefix
-
setApiKeyPrefix
-
applyToParams
public void applyToParams(List<Pair> queryParams, Map<String, String> headerParams, Map<String, throws ApiExceptionString> cookieParams, String payload, String method, URI uri) 从接口复制的说明:AuthenticationApply authentication settings to header and query params.- 指定者:
applyToParams在接口中Authentication- 参数:
queryParams- List of query parametersheaderParams- Map of header parameterscookieParams- Map of cookie parameterspayload- HTTP request bodymethod- HTTP methoduri- URI- 抛出:
ApiException- if failed to update the parameters
-