Skip to content

Commit 46c7908

Browse files
Update msal4j-sdk/src/main/java/com/microsoft/aad/msal4j/AuthenticationResultMetadata.java
Co-authored-by: Bogdan Gavril <[email protected]>
1 parent 5c62974 commit 46c7908

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)