Skip to content

Commit

Permalink
Make URL settable in extensibility point to allow setting query params
Browse files Browse the repository at this point in the history
  • Loading branch information
bgavrilMS committed Mar 26, 2024
1 parent adedbaa commit e065471
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ public OnBeforeTokenRequestData(
/// <summary>
/// The token endpoint, including any query parameters, where the request is being sent to.
/// </summary>
public Uri RequestUri { get; }
public Uri RequestUri { get; set; }

/// <summary>
/// The cancellation token associated with the request
Expand Down

0 comments on commit e065471

Please sign in to comment.