Rolf Lussi
Results
1
issues of
Rolf Lussi
### Describe the bug Create GraphServiceClient with UsernamePasswordCredential provider ``` var provider = new UsernamePasswordCredentialBuilder() .clientId("client_id") .username("username") .password("password"); var graphClient = new GraphServiceClient(provider); ``` Call graphClient.sites().get().getValue() **Expected result:** receive a...
Status: Needs Investigation