binance-exchange / binance-java-api

binance-java-api is a lightweight Java library for the Binance API, supporting synchronous and asynchronous requests, as well as event streaming using WebSockets.
MIT License
831 stars 628 forks source link

Oauth #267

Open MiinseoKim opened 4 years ago

MiinseoKim commented 4 years ago

Hi, does this api support oauth? I want to use oauth instead of apikey and secret. I found some description about oauth at link below. https://developers.binance.com/docs/binance-login/web-integration.html can it be used at this api?