Interface SharePoint Authorization in 27
- App
- System Application
- Namespace
- System.Integration.Sharepoint
Versions171819202122232425262728latest
Source in 27
src/System Application/App/SharePoint Authorization/src/SharePointAuthorization.Interface.al18 lines, Copyright (c) Microsoft Corporation. MIT
// ------------------------------------------------------------------------------------------------
// Copyright (c) Microsoft Corporation. All rights reserved.
// Licensed under the MIT License. See License.txt in the project root for license information.
// ------------------------------------------------------------------------------------------------
namespace System.Integration.Sharepoint;
/// <summary>
/// Common interface for different authorization options.
/// </summary>
interface "SharePoint Authorization"
{
/// <summary>
/// Authorizes an HTTP request by providing the needed authorization information to it.
/// </summary>
/// <param name="HttpRequest">The HTTP request to authorize.</param>
procedure Authorize(var HttpRequestMessage: HttpRequestMessage);
}Procedures, 1
| Name | Parameters | Returns | Access | Obsolete |
|---|---|---|---|---|
| Authorize | (var HttpRequestMessage) | public | - |