Skip to content

Commit

Permalink
Update AuthorizeEndpointRequest.cs documentation (#404)
Browse files Browse the repository at this point in the history
Line 63: changed documentation from "scope" to "state" to accurately reflect property
  • Loading branch information
m6freeman committed Mar 8, 2021
1 parent 78c8866 commit d196e78
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ public AuthorizeEndpointRequest(IReadableStringCollection parameters)
public IList<string> Scope { get; private set; }

/// <summary>
/// The "scope" query string parameter of the Authorize request. May be absent if the client does not require state to be
/// The "state" query string parameter of the Authorize request. May be absent if the client does not require state to be
/// included when returning to the RedirectUri.
/// </summary>
public string State { get; set; }
Expand Down

0 comments on commit d196e78

Please sign in to comment.