Skip to content

Commit 19bf0f3

Browse files
authored
Remove TokenType from auth result metadata (#5031)
Do not expose TelemetryTokenType
1 parent 09207ee commit 19bf0f3

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ public AuthenticationResultMetadata(TokenSource tokenSource)
8181
/// Represents the token type used for client telemetry only.
8282
/// It is separate from the other token types as it is set locally rather than coming from the server.
8383
/// </summary>
84-
public int TelemetryTokenType { get; set; }
84+
internal int TelemetryTokenType { get; set; }
8585

8686
/// <summary>
8787
/// Time, in microseconds, spent in the token creation of the extended token.
Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +0,0 @@
1-
Microsoft.Identity.Client.AuthenticationResultMetadata.TelemetryTokenType.get -> int

0 commit comments

Comments
 (0)