Skip to content

Commit 98e72cf

Browse files
committed
Fix
1 parent 5381544 commit 98e72cf

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

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

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -247,9 +247,6 @@ private AuthenticationResult(
247247

248248
AccessToken = msalAccessTokenCacheItem.Secret;
249249
}
250-
251-
// Note: Token formatting is NOT performed in this constructor.
252-
// The caller (AuthenticationResultFactory) is responsible for calling FormatResult/FormatResultAsync
253250
}
254251

255252
/// <summary>

0 commit comments

Comments
 (0)