Skip to content

Instantly share code, notes, and snippets.

@n3rd
n3rd / AuthenticationHandler.cs
Created March 13, 2014 20:56
Google OAuth 2.0 DelegatingHandler
using System;
using System.Collections.Generic;
using System.Linq;
using System.Net;
using System.Net.Http;
using System.Security.Claims;
using System.Security.Principal;
using System.Threading;
using System.Threading.Tasks;
using System.Web;