OneDrive-SDK-java
OneDrive-SDK-java copied to clipboard
How to get bearer token using API call without opening any web browser
when we creating client for calling APIs in sdk , a web browser is opening for acquiring the bearer access token, I want to know how to remove this part ( I mean how to remove opening a web browser) and get bearer access token using API call in sdk.