C# Класс OfficeDevPnP.PartnerPack.Infrastructure.MicrosoftGraphHelper

Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
GetAccessTokenForCurrentUser ( String resourceId = null ) : String

This helper method returns and OAuth Access Token for the current user

GetNewGraphClient ( string accessToken = null ) : GraphServiceClient

Приватные методы

Метод Описание
ForceOAuthChallenge ( ) : void

Описание методов

GetAccessTokenForCurrentUser() публичный статический Метод

This helper method returns and OAuth Access Token for the current user
public static GetAccessTokenForCurrentUser ( String resourceId = null ) : String
resourceId String The resourceId for which we are requesting the token
Результат String

GetNewGraphClient() публичный статический Метод

public static GetNewGraphClient ( string accessToken = null ) : GraphServiceClient
accessToken string
Результат GraphServiceClient