Ryan Kirkpatrick

Results 2 comments of Ryan Kirkpatrick

Unfortunately, as of the current version (6.55.0), GraphServiceClient.builder() does not exist. > ``` > val graphServiceClient = GraphServiceClient.builder() > .httpClient(httpClient) > .buildClient() > ``` > > This will create a...

For anyone who stumbles upon this, I was able to get the Graph SDK working using slowcar's solution posted in [2180](https://github.com/AzureAD/microsoft-authentication-library-for-android/issues/2180) However, I excluded the OkHttp client in the arguments...