How to get Binance ID by OAuth API ?

There lots of scopes here: OAuth 2.0 Scopes (Permissions) for Binance APIs | Binance Open Platform , but there is no Binance ID .

Integrate Binance Login with your web application | Binance Open Platform , for this example , there is no Binance ID
either :

{
“code”: “000000”,
“message”: null,
“data”: {
“userId”: “e10e20b7f20947e7bd206b15ce3dae90”,
“email”: “xxx”
},
“success”: true
}

How to get Binance ID by OAuth API ?

do you mean the client_id?

Thanks dino, I will try to test it.