Interface Graph Authorization in 28

App
System Application
Namespace
System.Integration.Graph.Authorization

Procedures, 1

Versions171819202122232425262728latest

Source242526272829

Source in 28

src/System Application/App/MicrosoftGraph/src/Authorization/GraphAuthorization.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.Graph.Authorization;

using System.RestClient;

/// <summary>
/// Common interface for different authorization options.
/// </summary>
interface "Graph Authorization"
{
    /// <summary>
    /// Returns an Http Authentication Instance
    /// </summary> 
    procedure GetHttpAuthorization(): Interface "Http Authentication"
}

Procedures, 1

NameParametersReturnsAccessObsolete
GetHttpAuthorization()Interface Http Authenticationpublic-