Skip to content
This repository has been archived by the owner on Jul 31, 2024. It is now read-only.

Commit

Permalink
change XML doc
Browse files Browse the repository at this point in the history
  • Loading branch information
leastprivilege committed Jun 23, 2020
1 parent 7bbcf75 commit 6ca5b25
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Storage/src/Models/Client.cs
Original file line number Diff line number Diff line change
Expand Up @@ -237,7 +237,7 @@ public ICollection<string> AllowedGrantTypes
public ICollection<string> IdentityProviderRestrictions { get; set; } = new HashSet<string>();

/// <summary>
/// Gets or sets a value indicating whether JWT access tokens should include an identifier. Defaults to <c>false</c>.
/// Gets or sets a value indicating whether JWT access tokens should include an identifier. Defaults to <c>true</c>.
/// </summary>
/// <value>
/// <c>true</c> to add an id; otherwise, <c>false</c>.
Expand Down

0 comments on commit 6ca5b25

Please sign in to comment.