Skip to content

Commit

Permalink
Add property xml-docs
Browse files Browse the repository at this point in the history
  • Loading branch information
raman-m committed Jul 27, 2023
1 parent 63d834e commit 19d5e00
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion src/Ocelot/Configuration/File/FileAuthenticationOptions.cs
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,13 @@ public FileAuthenticationOptions()
public string AuthenticationProviderKey { get; set; }
public List<string> AllowedScopes { get; set; }

// the property below is significant only if the global AuthenticationOptions are used
/// <summary>
/// Allows anonymous authentication globally.
/// <para>The property is significant only if the global AuthenticationOptions are used.</para>
/// </summary>
/// <value>
/// <see langword="true"/> if it is allowed; otherwise, <see langword="false"/>.
/// </value>
public bool AllowAnonymousForGlobalAuthenticationOptions { get; set; }

public override string ToString()
Expand Down

0 comments on commit 19d5e00

Please sign in to comment.