Skip to content

Commit 634e4a5

Browse files
committed
Update AuthenticationResultMetadata.cs
1 parent 16f03fc commit 634e4a5

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/client/Microsoft.Identity.Client/AuthenticationResultMetadata.cs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -99,8 +99,7 @@ public AuthenticationResultMetadata(TokenSource tokenSource)
9999
public string Telemetry { get; set; }
100100

101101
/// <summary>
102-
/// The number of entries in the token cache. For app tokens, this is the number of access tokens cached.
103-
/// For users tokens, an entry contains all tokens for a user, including refresh token and id tokens.
102+
/// The number of access tokens in the cache.
104103
/// </summary>
105104
public int CachedAccessTokenCount { get; set; }
106105
}

0 commit comments

Comments
 (0)