Skip to content

Commit

Permalink
fix the warning - XML comment has badly formed XML (#4959)
Browse files Browse the repository at this point in the history
* Update AbstractConfidentialClientAcquireTokenParameterBuilderExtension.cs

* Update AbstractConfidentialClientAcquireTokenParameterBuilderExtension.cs
  • Loading branch information
gladjohn authored Oct 18, 2024
1 parent cd459f6 commit 6d9fdac
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,7 @@ public static AbstractAcquireTokenParameterBuilder<T> WithProofOfPosessionKeyId<

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

return builder;
}


/// <summary>
/// Specifies additional parameters acquired from authentication responses to be cached with the access token that are normally not included in the cache object.
/// these values can be read from the <see cref="AuthenticationResult.AdditionalResponseParameters"/> parameter.
/// </summary>
Expand Down

0 comments on commit 6d9fdac

Please sign in to comment.