Update AuthorizeEndpointRequest.cs documentation (#404)

Line 63: changed documentation from "scope" to "state" to accurately reflect property
This commit is contained in:
Matthew Freeman 2021-03-08 11:53:53 -05:00 коммит произвёл GitHub
Родитель 78c8866a16
Коммит d196e785e2
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -60,7 +60,7 @@ namespace Microsoft.Owin.Security.OAuth.Messages
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; }