Метод | Описание | |
---|---|---|
GetAccessTokenForCurrentUser ( String resourceId = null ) : String |
This helper method returns and OAuth Access Token for the current user
|
|
GetNewGraphClient ( string accessToken = null ) : GraphServiceClient |
Метод | Описание | |
---|---|---|
ForceOAuthChallenge ( ) : void |
public static GetAccessTokenForCurrentUser ( String resourceId = null ) : String | ||
resourceId | String | The resourceId for which we are requesting the token |
Результат | String |
public static GetNewGraphClient ( string accessToken = null ) : GraphServiceClient | ||
accessToken | string | |
Результат | GraphServiceClient |