microsoft-authentication-library-for-android
microsoft-authentication-library-for-android copied to clipboard
Trying to get App Only token silently
I am trying to find an API that works for this and having problems. from the research I have been doing I think I need App Only tokens, whereas the examples here are for user tokens by the looks of it as they require an interactive login.
We have a C# example working which uses ConfidentialClientApplicationBuilder, but no such class exists for Android. The aim is to get a Access Token silently in the app so that this can be used as the Auth token in the header of requests going forward.
Any help would be appreciated.