microsoft-authentication-library-for-android
microsoft-authentication-library-for-android copied to clipboard
Integration with Graph SDK from Java is very unclear
As someone very well stated here,
while the sample code for authentication from Android works perfectly fine, it is very unclear how to combine this with the Graph SDK, and especially the creation of the GraphServiceClient
How do we create a new instance of GraphServiceClient (Or how to get a AuhtenticationProvider like AzureIdentityAuthenticationProvider) from IAuthenticationResult or ISingleAccountPublicClientApplication or IAccount ?