Skip to content

Commit 6d9fdac

Browse files
authored
fix the warning - XML comment has badly formed XML (#4959)
* Update AbstractConfidentialClientAcquireTokenParameterBuilderExtension.cs * Update AbstractConfidentialClientAcquireTokenParameterBuilderExtension.cs
1 parent cd459f6 commit 6d9fdac

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/client/Microsoft.Identity.Client/Extensibility/AbstractConfidentialClientAcquireTokenParameterBuilderExtension.cs

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,7 @@ public static AbstractAcquireTokenParameterBuilder<T> WithProofOfPosessionKeyId<
6565

6666
/// <summary>
6767
/// Enables client applications to provide a custom authentication operation to be used in the token acquisition request.
68+
/// </summary>
6869
/// <param name="builder">The builder to chain options to</param>
6970
/// <param name="authenticationExtension">The implementation of the authentication operation.</param>
7071
/// <returns></returns>
@@ -88,7 +89,8 @@ public static AbstractAcquireTokenParameterBuilder<T> WithAuthenticationExtensio
8889

8990
return builder;
9091
}
91-
92+
93+
/// <summary>
9294
/// Specifies additional parameters acquired from authentication responses to be cached with the access token that are normally not included in the cache object.
9395
/// these values can be read from the <see cref="AuthenticationResult.AdditionalResponseParameters"/> parameter.
9496
/// </summary>

0 commit comments

Comments
 (0)