microsoft-authentication-library-for-android
microsoft-authentication-library-for-android copied to clipboard
Obtain "deviceId" programmatically
Can I programmaticaly retrive "deviceId" UUID visible in Microsoft Authenticator app and protal.azure.com?

I've tried to fetch it like that: https://github.com/AzureAD/microsoft-authentication-library-for-android/issues/637
but "deviceId" is not present in either "mAccount#mIdTokenClaims" or "mAccessToken#mAdditionalFields" (it returns empty map)