Skip to content

Instantly share code, notes, and snippets.

@rgregg
rgregg / MsaForStoreApps.cs
Last active February 25, 2022 23:19
Windows Store App Sign-in for OneDrive SDK
using System;
using System.Collections.Generic;
using System.Text;
using System.Threading.Tasks;
using Windows.Security.Authentication.OnlineId;
namespace OneDrive
{
public class MsaForStoreApps
{