Skip to content

Instantly share code, notes, and snippets.

View chenxizhang's full-sized avatar
🎯
Focusing

chenxizhang chenxizhang

🎯
Focusing
View GitHub Profile
@chenxizhang
chenxizhang / Graphsamplecode.cs
Created April 10, 2019 07:41
Graph sample code for MSAL
using System;
using System.Net.Http;
using System.Threading.Tasks;
using Microsoft.Graph;
using Microsoft.Identity.Client;
namespace testconsole
{
class GraphAuthenticator : IAuthenticationProvider