Skip to content

Commit

Permalink
Fix xml comments warnings (#4683)
Browse files Browse the repository at this point in the history
  • Loading branch information
neha-bhargava authored Mar 28, 2024
1 parent 80faef7 commit 3e806d8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,8 @@ public static PublicClientApplicationBuilder WithBroker(this PublicClientApplica
/// Use this API to enable SsoPolicy enforcement.
/// Should only be utilized by Microsoft 1st party applications.
/// This is applicable only when broker is not enabled and embedded webview is the preferred choice.
/// By default, the broker supports SsoPolicy, and system webview SsoPolicy is also supported at the OS level.
/// By default, the broker supports SsoPolicy, and system webview SsoPolicy is also supported at the OS level.
/// </summary>
/// <param name="builder"></param>
/// <returns>A <see cref="PublicClientApplicationBuilder"/> from which to set more
/// parameters, and to create a public client application instance</returns>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -318,7 +318,6 @@ public ConfidentialClientApplicationBuilder WithCacheSynchronization(bool enable

/// <summary>
/// Call <see cref="WithOidcAuthority(string)"/> instead.

/// </summary>
/// <param name="authorityUri"></param>
/// <returns></returns>
Expand Down

0 comments on commit 3e806d8

Please sign in to comment.