getActiveAccount() and setActiveAccount() APIs #615
arsdragonfly
started this conversation in
Ideas
Replies: 1 comment
-
Higher level APIs are not on the roadmap for public client applications now, only for confidential client applications. The functionality is very simple though - just assume there can only be 1 account in the cache. Operation is always in the order:
Not sure I get the "raw json response" idea. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Is it possible to add something like this to MSAL for Python? I'd also like to see a way to obtain an enriched response with account information computed from the raw JSON response, like the way it's done in MSAL for JS.
Beta Was this translation helpful? Give feedback.
All reactions