Skip to content

Instantly share code, notes, and snippets.

@jpda
Created January 12, 2015 21:55
Show Gist options
  • Save jpda/4370cc453eb93fbf1233 to your computer and use it in GitHub Desktop.
Save jpda/4370cc453eb93fbf1233 to your computer and use it in GitHub Desktop.
var a = new Auth.AuthServiceClient();
a.Endpoint.AddAuthorizationEndpointBehavior();
var me = a.WhoAmI();
Console.WriteLine(me);
Console.ReadLine();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment