namespace OAuthServiceProvider { using System; using System.Collections.Generic; using System.Linq; using System.Web; using System.Web.UI; using System.Web.UI.WebControls; /// /// Lists the consumers that have active request or access tokens /// and provides a mechanism for the user to revoke permissions. /// public partial class AuthorizedConsumers : System.Web.UI.Page { protected void Page_Load(object sender, EventArgs e) { } } }