Skip to content
This repository was archived by the owner on Sep 8, 2025. It is now read-only.

Commit 830812a

Browse files
fix xml comment
1 parent 82b1c5c commit 830812a

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

src/IdentityModel.OidcClient/OidcClient.cs

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -258,7 +258,10 @@ public async Task<UserInfoResult> GetUserInfoAsync(string accessToken)
258258
/// Refreshes an access token.
259259
/// </summary>
260260
/// <param name="refreshToken">The refresh token.</param>
261-
/// <returns>A token response.</returns>
261+
/// <param name="extraParameters">The extra parameters.</param>
262+
/// <returns>
263+
/// A token response.
264+
/// </returns>
262265
public async Task<RefreshTokenResult> RefreshTokenAsync(string refreshToken, object extraParameters = null)
263266
{
264267
_logger.LogTrace("RefreshTokenAsync");

0 commit comments

Comments
 (0)