Testing
To test token generation and data request, please use this command (for Java):
java -Dentitle=<issuer>,<session-name>,<user-id> -DentitleSecret=<session-secret> -jar auther-api.jar <host:port>[login=entitle] Quote IBM,GOOG,AAPL
where:
issuer
- principal that issued this tokensession-name
- session provided by dxFeed teamuser-id
- end-user identificationsecret
- the key used for signature validation-jar auther-api.jar
- path to auther-api (auther-api/lib/auther-api.jar)<host:port>[login=entitle]
- endpoint provided by dxFeed support team
Note
Token may be invalid as it has a lifetime and can expire.
Example
java -Dentitle=acme,demo,1234 -DentitleSecret=0123456789 -jar auther-api.jar localhost:7501[login=entitle] Quote IBM,GOOG,AAPL