0
我在我的應用程序中使用BrainTree API進行信用卡交易。此功能要求我提供客戶端令牌:我在哪裏可以得到我的BrainTree客戶端令牌?
public void onBraintreeSubmit(View v) {
DropInRequest dropInRequest = new DropInRequest()
.clientToken(CLIENT_TOKEN);
startActivityForResult(dropInRequest.getIntent(this), 0);
}
我正在使用Parse-Server。我的客戶端令牌究竟是什麼?