@ApiParams(apiName="clientToken",
description="Generates client tokens, which are used to authenticate requests made directly on behalf of merchants This class does not need to be instantiated directly",
apiMethods=@ApiMethod(methodName="generate",signatures={"String generate()","String generate(com.braintreegateway.ClientTokenRequest request)"}),
aliases={})
@UriParams
@Configurer(extended=true)
public final class ClientTokenGatewayEndpointConfiguration
extends BraintreeConfiguration
ClientTokenGateway.| Constructor and Description |
|---|
ClientTokenGatewayEndpointConfiguration() |
| Modifier and Type | Method and Description |
|---|---|
com.braintreegateway.ClientTokenRequest |
getRequest() |
void |
setRequest(com.braintreegateway.ClientTokenRequest request) |
getAccessToken, getApiName, getEnvironment, getHttpLogLevel, getHttpLogName, getHttpReadTimeout, getMerchantId, getMethodName, getPrivateKey, getProxyHost, getProxyPort, getPublicKey, isLogHandlerEnabled, setAccessToken, setApiName, setEnvironment, setHttpLogLevel, setHttpLogName, setHttpReadTimeout, setLogHandlerEnabled, setMerchantId, setMethodName, setPrivateKey, setProxyHost, setProxyPort, setPublicKeyApache Camel