microsoft-authentication-library-common-for-android icon indicating copy to clipboard operation
microsoft-authentication-library-common-for-android copied to clipboard

Use in-memory cache for accounts and credentials FixesAB#3417272, Fixes AB#3417272

Open siddhijain opened this issue 2 months ago • 1 comments

Fixes AB#3417272

siddhijain avatar Nov 04 '25 03:11 siddhijain

        MicrosoftRefreshToken> create(@NonNull final IPlatformComponents components, boolean useInMemoryCache) {

Glanced through code quickly, I doubt this method in broker flows. Broker directly uses constructor, so the change here won't have an effect.


Refers to: common4j/src/main/com/microsoft/identity/common/java/cache/MsalOAuth2TokenCache.java:152 in 00da88b. [](commit_id = 00da88b0396646f8a58a4b098bacc4f3d9f8d17b, deletion_comment = False)

mohitc1 avatar Nov 04 '25 16:11 mohitc1