<%@ Page Title="OAuth 2.0 client (web server flow)" Language="C#" MasterPageFile="~/MasterPage.master" AutoEventWireup="true" Inherits="OAuthClient.SampleWcf2" CodeBehind="SampleWcf2.aspx.cs" %>

Check off the operations you'd like to authorization this client to make on behalf of your account on the resource server.
Note that an authorization request may not actually result in you being prompted to grant authorization if you've granted it previously.  The authorization server remembers what you've already approved.  But even if you've requested and received authorization for all three scopes above, you can request access tokens for subsets of this set of scopes to limit what you can do below.

GetName GetAge GetFavoriteSites