acquireToken with Jetpack Compose / why does it need a Fragment? #1743
Unanswered
wondering639
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
How can I use acquireToken - which requires a Fragment to be passed in - with Jetpack Compose, where I don't have a Fragment?
Also, why does
acquireToken()
require a Fragment whilesignIn()
is happy with an Activity?I am on the latest MSAL for Android, version 4.1.0
Beta Was this translation helpful? Give feedback.
All reactions