Skip to content

Commit

Permalink
Describe defaults for PAR options in xmldoc
Browse files Browse the repository at this point in the history
  • Loading branch information
josephdecock committed Nov 3, 2023
1 parent 380e616 commit 519a765
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ public class PushedAuthorizationOptions
{
/// <summary>
/// Specifies whether pushed authorization requests are globally required.
/// Defaults to false.
/// </summary>
/// <remarks>
/// There is also a per-client configuration flag in the Client
Expand Down Expand Up @@ -42,7 +43,7 @@ public class PushedAuthorizationOptions

/// <summary>
/// Specifies whether clients may use redirect uris that were not previously
/// registered.
/// registered. Defaults to false.
/// </summary>
public bool AllowUnregisteredPushedRedirectUris { get; set; }
}
Expand Down

0 comments on commit 519a765

Please sign in to comment.