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
Uh oh!
There was an error while loading. Please reload this page.
-
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