Skip to content

Commit ddad77b

Browse files
committed
Merge branch 'avdunn/cache-refresh-metadata' of https://github.com/AzureAD/microsoft-authentication-library-for-java into avdunn/cache-refresh-metadata
2 parents 8feab98 + 46c7908 commit ddad77b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

msal4j-sdk/src/main/java/com/microsoft/aad/msal4j/AuthenticationResultMetadata.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ public class AuthenticationResultMetadata implements Serializable {
3131
private Long refreshOn;
3232

3333
/**
34-
* Specifies the reason for refreshing a token, see {@link CacheRefreshReason} for possible values.Will be {@link CacheRefreshReason#NOT_APPLICABLE} if the token was not refreshed
34+
* Specifies the reason for refreshing the access token, see {@link CacheRefreshReason} for possible values. Will be {@link CacheRefreshReason#NOT_APPLICABLE} if the token was returned from the cache or if the API used to fetch the token does not attempt to read the cache.
3535
*/
3636
@Builder.Default
3737
private CacheRefreshReason cacheRefreshReason = CacheRefreshReason.NOT_APPLICABLE;

0 commit comments

Comments
 (0)