Skip to content

Commit

Permalink
Merge pull request #1658 from AppivateTechLead/patch-1
Browse files Browse the repository at this point in the history
Update README.md
  • Loading branch information
AdamBJohnsonx authored Jan 5, 2022
2 parents a72d962 + 4dbcd4b commit c4da016
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -378,7 +378,7 @@ Federated sign-in may fail when attempting to authenticate using the Azure Activ
### Querying cache items
ADAL provides Default cache in SharedPrefrecens with some simple cache query fucntions. You can get the current cache from AuthenticationContext with:
ADAL provides Default cache in SharedPrefrences with some simple cache query methods. You can get the current cache from AuthenticationContext with:
```java
ITokenCacheStore cache = mContext.getCache();
Expand Down
1 change: 1 addition & 0 deletions changelog.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ v.Next
- [PATCH] Disregard pageload errors for the non-primary frame during interactive auth (#1603)
- [PATCH] Updates Nimbus version 8.2 -> 9.9 (#1600)
- [PATCH] Fix for ADAL cache replication to Msal/Common-Cache (#1616)
- [PATCH] Updates to README File.

Version 3.1.3
-------------
Expand Down

0 comments on commit c4da016

Please sign in to comment.