Class GetClientToken
java.lang.Object
net.lightapi.portal.user.query.handler.GetClientToken
- All Implemented Interfaces:
com.networknt.rpc.HybridHandler
This is an endpoint to get Braintree client token to start the drop-in interface on the UI.
Condition to meet to get the client token:
merchant userId
customer email? Need the customer to login and get it from the token.
sandbox?
- Author:
- Steve Hu
-
Field Summary
Fields inherited from interface com.networknt.rpc.HybridHandler
ERROR_NOT_DEFINED, REQUEST_SUCCESS, STATUS_VALIDATION_ERROR -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.networknt.rpc.HybridHandler
getStatus, getStatus, validate
-
Constructor Details
-
GetClientToken
public GetClientToken()
-
-
Method Details
-
handle
- Specified by:
handlein interfacecom.networknt.rpc.HybridHandler
-